From 1a2831a52e9acc1dca53e93b4c654862922747f4 Mon Sep 17 00:00:00 2001 From: baldurk Date: Sat, 13 Sep 2014 15:29:55 +0100 Subject: [PATCH] Update help text --- renderdocui/Windows/Dialogs/BufferFormatSpecifier.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdocui/Windows/Dialogs/BufferFormatSpecifier.resx b/renderdocui/Windows/Dialogs/BufferFormatSpecifier.resx index 4c9804027..57a64d86c 100644 --- a/renderdocui/Windows/Dialogs/BufferFormatSpecifier.resx +++ b/renderdocui/Windows/Dialogs/BufferFormatSpecifier.resx @@ -133,6 +133,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) and matrices ([rowmajor] half3x4) are supported. Arrays (float[16]) are not supported. +Vectors (e.g. float4), matrices ([rowmajor] half3x4) and arrays (float[16]) are supported. \ No newline at end of file