Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chapters/location_component_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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.
====
====
Loading