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

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spirv_cross.hpp')
-rw-r--r--spirv_cross.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/spirv_cross.hpp b/spirv_cross.hpp
index 53c8b653..789010fa 100644
--- a/spirv_cross.hpp
+++ b/spirv_cross.hpp
@@ -371,6 +371,7 @@ public:
spv::ExecutionModel get_execution_model() const;
bool is_tessellation_shader() const;
+ bool is_tessellating_triangles() const;
// In SPIR-V, the compute work group size can be represented by a constant vector, in which case
// the LocalSize execution mode is ignored.