From 0ecb7c8a6f9038d44a61e8d9bd228f7ea982de6c Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 25 Jul 2016 17:15:09 +0200 Subject: [PATCH] Fix guidance for row major matrices (row_major not rowmajor) --- renderdocui/Controls/BufferFormatSpecifier.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdocui/Controls/BufferFormatSpecifier.resx b/renderdocui/Controls/BufferFormatSpecifier.resx index 7782b0750..4d227ab13 100644 --- a/renderdocui/Controls/BufferFormatSpecifier.resx +++ b/renderdocui/Controls/BufferFormatSpecifier.resx @@ -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. +Vectors (e.g. float4), matrices ([row_major] half3x4) and arrays (float[16]) are supported. \ No newline at end of file