From c5a453e56985022deb820cbbb2ff5cd6a8347e34 Mon Sep 17 00:00:00 2001 From: Yong He Date: Sat, 1 Jun 2024 19:26:14 -0700 Subject: Support different SPIRV versions. (#4254) --- source/slang/slang-compiler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/slang/slang-compiler.h') diff --git a/source/slang/slang-compiler.h b/source/slang/slang-compiler.h index ef8bc45d5..fd12a71a3 100755 --- a/source/slang/slang-compiler.h +++ b/source/slang/slang-compiler.h @@ -1739,6 +1739,8 @@ namespace Slang CapabilitySet getTargetCaps(); + void setTargetCaps(CapabilitySet capSet); + HLSLToVulkanLayoutOptions* getHLSLToVulkanLayoutOptions(); private: -- cgit v1.2.3