Remove allowSSBO, useSSBO, glslversion, hwcaps and BuffersArePersistent as none of them apply to Vulkan
This commit is contained in:
parent
e75e5a387b
commit
52ec71b05b
12 changed files with 24 additions and 167 deletions
|
|
@ -389,7 +389,7 @@ void PPFXAA::Render(PPRenderState *renderstate)
|
|||
|
||||
int PPFXAA::GetMaxVersion()
|
||||
{
|
||||
return screen->glslversion >= 4.f ? 400 : 330;
|
||||
return 460;
|
||||
}
|
||||
|
||||
void PPFXAA::CreateShaders()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue