We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0509f commit 26edc4aCopy full SHA for 26edc4a
include/nbl/builtin/hlsl/spirv_intrinsics/core.hlsl
@@ -67,6 +67,8 @@ static const bool HelperInvocation;
67
static const uint32_t VertexIndex;
68
[[vk::ext_builtin_input(spv::BuiltInInstanceIndex)]]
69
static const uint32_t InstanceIndex;
70
+[[vk::ext_builtin_input(spv::BuiltInPrimitiveId)]]
71
+static const uint32_t PrimitiveId;
72
73
//! Vertex and friends
74
[[vk::ext_builtin_output(spv::BuiltInPosition)]]
0 commit comments