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 +====