From 45d1a680634c59d1081ed09dddaa444695296492 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Tue, 18 Feb 2020 19:13:02 -0500 Subject: Added support for Targets to TypeTextUtil. (#1226) * Added support for Targets to TypeTextUtil. * Made Function names 'get' and 'find' instead of 'as' in TypeTextUtil. --- tools/render-test/shader-input-layout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/render-test/shader-input-layout.cpp') diff --git a/tools/render-test/shader-input-layout.cpp b/tools/render-test/shader-input-layout.cpp index d3c206b58..108483a2a 100644 --- a/tools/render-test/shader-input-layout.cpp +++ b/tools/render-test/shader-input-layout.cpp @@ -761,7 +761,7 @@ namespace renderer_test if (scalarType != ScalarType::None && scalarType != ScalarType::Void) { - UnownedStringSlice text = TypeTextUtil::asText(scalarType); + UnownedStringSlice text = TypeTextUtil::getScalarTypeName(scalarType); // Write out the type writer.put("type: "); writer.put(text); -- cgit v1.2.3