mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 20:25:10 +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.shaderImageGatherExtended);
|
||||
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.depthBiasClamp);
|
||||
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.depthClamp);
|
||||
FEAT_REQ(vk::PhysicalDeviceShaderDrawParametersFeatures, shaderDrawParameters);
|
||||
|
||||
#undef FEAT_REQ
|
||||
|
Loading…
Reference in New Issue
Block a user