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 'opcodes/converter_impl.hpp')
-rw-r--r--opcodes/converter_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/converter_impl.hpp b/opcodes/converter_impl.hpp
index 30e4ddc..79b8124 100644
--- a/opcodes/converter_impl.hpp
+++ b/opcodes/converter_impl.hpp
@@ -180,6 +180,7 @@ struct Converter::Impl
bool emit_execution_modes_domain();
bool emit_execution_modes_pixel();
bool emit_execution_modes_ray_tracing(spv::ExecutionModel model);
+ bool emit_execution_modes_mesh();
bool emit_execution_modes_fp_denorm();
bool analyze_instructions();
@@ -250,6 +251,7 @@ struct Converter::Impl
{
unsigned stage_input_num_vertex = 0;
unsigned stage_output_num_vertex = 0;
+ unsigned stage_output_num_primitive = 0;
unsigned gs_stream_active_mask = 0;
llvm::Function *patch_constant_function = nullptr;
unsigned workgroup_threads[3] = {};