diff options
Diffstat (limited to 'tools/gfx/debug-layer/debug-texture.cpp')
| -rw-r--r-- | tools/gfx/debug-layer/debug-texture.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/gfx/debug-layer/debug-texture.cpp b/tools/gfx/debug-layer/debug-texture.cpp index ad3dce4fe..87ca019b0 100644 --- a/tools/gfx/debug-layer/debug-texture.cpp +++ b/tools/gfx/debug-layer/debug-texture.cpp @@ -39,7 +39,10 @@ Result DebugTextureResource::setDebugName(const char* name) return baseObject->setDebugName(name); } -const char* DebugTextureResource::getDebugName() { return baseObject->getDebugName(); } +const char* DebugTextureResource::getDebugName() +{ + return baseObject->getDebugName(); +} } // namespace debug } // namespace gfx |
