From eefdd4ab99fa99ed326b68cd2b0d4024347ed8fc Mon Sep 17 00:00:00 2001 From: skallweitNV <64953474+skallweitNV@users.noreply.github.com> Date: Tue, 28 May 2024 02:05:12 +0200 Subject: add support for callable shaders in gfx (#3460) Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Co-authored-by: Yong He --- slang-gfx.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'slang-gfx.h') diff --git a/slang-gfx.h b/slang-gfx.h index 5856c70b4..61c5f2ef3 100644 --- a/slang-gfx.h +++ b/slang-gfx.h @@ -1410,6 +1410,10 @@ public: const char** hitGroupNames; const ShaderRecordOverwrite* hitGroupRecordOverwrites; + GfxCount callableShaderCount; + const char** callableShaderEntryPointNames; + const ShaderRecordOverwrite* callableShaderRecordOverwrites; + IShaderProgram* program; }; }; -- cgit v1.2.3