diff options
Diffstat (limited to 'tools/gfx/debug-layer/debug-helper-functions.cpp')
| -rw-r--r-- | tools/gfx/debug-layer/debug-helper-functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/debug-layer/debug-helper-functions.cpp b/tools/gfx/debug-layer/debug-helper-functions.cpp index 10dcedf2a..e7c4e0246 100644 --- a/tools/gfx/debug-layer/debug-helper-functions.cpp +++ b/tools/gfx/debug-layer/debug-helper-functions.cpp @@ -42,7 +42,7 @@ String _gfxGetFuncName(const char* input) StringBuilder sb; sb.appendChar('I'); sb.append(str.subString(startIndex, endIndex - startIndex)); - return sb.ProduceString(); + return sb.produceString(); } void validateAccelerationStructureBuildInputs( |
