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

@ -189,8 +189,6 @@ void VulkanRenderDevice::InitializeState()
default: vendorstring = "Unknown"; break;
}
hwcaps = RFL_SHADER_STORAGE_BUFFER | RFL_BUFFER_STORAGE;
glslversion = 4.50f;
uniformblockalignment = (unsigned int)mDevice->PhysicalDevice.Properties.Properties.limits.minUniformBufferOffsetAlignment;
maxuniformblock = mDevice->PhysicalDevice.Properties.Properties.limits.maxUniformBufferRange;