tx00100xt / SeriousSamClassic-VK

Open source game engine version developed by Croteam for Serious Sam Classic with Vulkan support (Windows, Linux, FreeBSD, OpenBSD, macOS, Raspberry Pi OS). Based on https://github.com/sultim-t/Serious-Engine-Vk and linux port https://github.com/icculus/Serious-Engine
GNU General Public License v2.0
101 stars 12 forks source link

is it possible to add SSAA or 16xmsaa? #5

Closed LethalManBoob closed 2 years ago

LethalManBoob commented 2 years ago

To tackle alpha texture aliasing. Thanks. Its more noticable on the second encounter with is vegetation.

tx00100xt commented 2 years ago

is it possible to add SSAA or 16xmsaa? #5

MSАA 16x - yes,If your device has: framebufferColorSampleCounts: count = 5 with SAMPLE_COUNT_16_BIT and framebufferDepthSampleCounts: count = 5 with SAMPLE_COUNT_16_BIT You can check with the command vulkaninfo If your device does not have these flags, then no. Like in my case.

LethalManBoob commented 2 years ago

Yeah it seems i only support up to 8xmsaa. I presume nothing can be done since I am on an nvidia 3070?

tx00100xt commented 2 years ago

8x msaa is normal. 16x msaa is present in intel UHD graphics. It seems to be. I recommend improving the quality of the game using the game settings in Video -> Rendering and Advanced Options.