Don't require depthClamp

This commit is contained in:
Billy Laws
2022-10-23 20:49:35 +01:00
parent 9055c98e09
commit b24a8465da
4 changed files with 4 additions and 1 deletions

View File

@ -161,6 +161,7 @@ namespace skyline::gpu {
FEAT_SET(vk::PhysicalDeviceFeatures2, features.fragmentStoresAndAtomics, supportsFragmentStoresAndAtomics)
FEAT_SET(vk::PhysicalDeviceFeatures2, features.shaderStorageImageWriteWithoutFormat, supportsShaderStorageImageWriteWithoutFormat)
FEAT_SET(vk::PhysicalDeviceFeatures2, features.wideLines, supportsWideLines)
FEAT_SET(vk::PhysicalDeviceFeatures2, features.depthClamp, supportsDepthClamp)
#undef FEAT_SET