Remove allowSSBO, useSSBO, glslversion, hwcaps and BuffersArePersistent as none of them apply to Vulkan

This commit is contained in:
Magnus Norddahl 2023-10-19 21:31:12 +02:00
commit 52ec71b05b
12 changed files with 24 additions and 167 deletions

View file

@ -389,7 +389,7 @@ void PPFXAA::Render(PPRenderState *renderstate)
int PPFXAA::GetMaxVersion()
{
return screen->glslversion >= 4.f ? 400 : 330;
return 460;
}
void PPFXAA::CreateShaders()