diff options
Diffstat (limited to 'tools/render-test/shader-input-layout.cpp')
| -rw-r--r-- | tools/render-test/shader-input-layout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
