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
|
|
@ -108,7 +108,7 @@ sector_t* RenderViewpoint(FRenderViewpoint& mainvp, AActor* camera, IntRect* bou
|
|||
|
||||
R_SetupFrame(mainvp, r_viewwindow, camera);
|
||||
|
||||
if (mainview && toscreen && !(camera->Level->flags3 & LEVEL3_NOSHADOWMAP) && camera->Level->HasDynamicLights && gl_light_shadows > 0 && screen->allowSSBO() && (screen->hwcaps & RFL_SHADER_STORAGE_BUFFER))
|
||||
if (mainview && toscreen && !(camera->Level->flags3 & LEVEL3_NOSHADOWMAP) && camera->Level->HasDynamicLights && gl_light_shadows > 0)
|
||||
{
|
||||
screen->mShadowMap->SetAABBTree(camera->Level->aabbTree);
|
||||
screen->mShadowMap->SetCollectLights([=] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue