mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-06 05:35:08 +01:00
Enable depthClamp VK device feature
This commit is contained in:
parent
95d849e1f6
commit
d236bfe454
@ -245,6 +245,7 @@ namespace skyline::gpu {
|
|||||||
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.independentBlend);
|
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.independentBlend);
|
||||||
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.shaderImageGatherExtended);
|
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.shaderImageGatherExtended);
|
||||||
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.depthBiasClamp);
|
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.depthBiasClamp);
|
||||||
|
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.depthClamp);
|
||||||
FEAT_REQ(vk::PhysicalDeviceShaderDrawParametersFeatures, shaderDrawParameters);
|
FEAT_REQ(vk::PhysicalDeviceShaderDrawParametersFeatures, shaderDrawParameters);
|
||||||
|
|
||||||
#undef FEAT_REQ
|
#undef FEAT_REQ
|
||||||
|
Loading…
Reference in New Issue
Block a user