summaryrefslogtreecommitdiff
path: root/tools/gfx-util
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx-util')
-rw-r--r--tools/gfx-util/shader-cursor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/gfx-util/shader-cursor.h b/tools/gfx-util/shader-cursor.h
index 7512c62ee..41d0b3945 100644
--- a/tools/gfx-util/shader-cursor.h
+++ b/tools/gfx-util/shader-cursor.h
@@ -92,6 +92,11 @@ struct ShaderCursor
return m_baseObject->setObject(m_offset, object);
}
+ SlangResult setSpecializationArgs(const slang::SpecializationArg* args, uint32_t count) const
+ {
+ return m_baseObject->setSpecializationArgs(m_offset, args, count);
+ }
+
SlangResult setResource(IResourceView* resourceView) const
{
return m_baseObject->setResource(m_offset, resourceView);