From caee7f5cd3a57e15dc2fe9c0bbb8f3ba4675326a Mon Sep 17 00:00:00 2001 From: Tobski Date: Fri, 24 Jul 2026 17:33:17 +0100 Subject: [PATCH] Update CTS version requirement in documentation This matches note in https://docs.vulkan.org/spec/latest/chapters/interfaces.html#interfaces-iointerfaces-locations --- chapters/location_component_interface.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/location_component_interface.adoc b/chapters/location_component_interface.adoc index 46f745d..145e415 100644 --- a/chapters/location_component_interface.adoc +++ b/chapters/location_component_interface.adoc @@ -108,7 +108,7 @@ It is **allowed** to use any other `Component` in a `Location` that is being con [NOTE] ==== -This behavior is guaranteed to work correctly with CTS 1.4.4.0 and higher compliant drivers. +This behavior is guaranteed to work correctly with CTS 1.4.6.0 and higher compliant drivers. ==== [source,glsl] @@ -170,4 +170,4 @@ image::{images}location_example_matrix.svg[location_example_matrix] [NOTE] ==== Unlike arrays or independent vectors, link:https://godbolt.org/z/f81PvP538[matrices cannot be decorated with `Component`], so will always be packed from component 0. -==== \ No newline at end of file +====