Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HansKristian-Work/dxil-spirv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spirv_module.hpp')
-rw-r--r--spirv_module.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/spirv_module.hpp b/spirv_module.hpp
index b460fe4..241cce7 100644
--- a/spirv_module.hpp
+++ b/spirv_module.hpp
@@ -101,6 +101,8 @@ public:
static bool opcode_is_control_dependent(spv::Op opcode);
+ void set_override_spirv_version(uint32_t version);
+
DXIL_SPV_OVERRIDE_NEW_DELETE
private: