diff options
Diffstat (limited to 'tools/gfx/debug-layer/debug-command-encoder.cpp')
| -rw-r--r-- | tools/gfx/debug-layer/debug-command-encoder.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/gfx/debug-layer/debug-command-encoder.cpp b/tools/gfx/debug-layer/debug-command-encoder.cpp index 3ddd6401f..b7b06c2f4 100644 --- a/tools/gfx/debug-layer/debug-command-encoder.cpp +++ b/tools/gfx/debug-layer/debug-command-encoder.cpp @@ -203,6 +203,12 @@ Result DebugRenderCommandEncoder::drawIndexedInstanced( indexCount, instanceCount, startIndexLocation, baseVertexLocation, startInstanceLocation); } +Result DebugRenderCommandEncoder::drawMeshTasks(int x, int y, int z) +{ + SLANG_GFX_API_FUNC; + return baseObject->drawMeshTasks(x, y, z); +} + void DebugResourceCommandEncoder::endEncoding() { SLANG_GFX_API_FUNC; |
