nvk: Bump the conformance version to 1.4.3
Backport-to: 25.2 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36319>
This commit is contained in:
committed by
Marge Bot
parent
c05ef04152
commit
d3ab663a77
@@ -885,7 +885,7 @@ nvk_get_device_properties(const struct nvk_instance *instance,
|
||||
.independentResolve = true,
|
||||
.driverID = VK_DRIVER_ID_MESA_NVK,
|
||||
.conformanceVersion =
|
||||
conformant ? (VkConformanceVersion) { 1, 4, 1, 3 }
|
||||
conformant ? (VkConformanceVersion) { 1, 4, 3, 0 }
|
||||
: (VkConformanceVersion) { 0, 0, 0, 0 },
|
||||
.denormBehaviorIndependence = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL,
|
||||
.roundingModeIndependence = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL,
|
||||
|
||||
Reference in New Issue
Block a user