Fix guidance for row major matrices (row_major not rowmajor)

This commit is contained in:
baldurk
2016-07-25 17:15:09 +02:00
parent 9bc7e99d83
commit 0ecb7c8a6f
@@ -127,6 +127,6 @@ Hex-formatted integer types: xbyte, xshort, xint
Additionally special formats: unorm[hb] (half, byte) and snorm[hb], and uintten/unormten (10:10:10:2 packing)
Vectors (e.g. float4), matrices ([rowmajor] half3x4) and arrays (float[16]) are supported.</value>
Vectors (e.g. float4), matrices ([row_major] half3x4) and arrays (float[16]) are supported.</value>
</data>
</root>