mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 22:40:09 +01:00
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:
parent
c05ef04152
commit
d3ab663a77
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue