diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/slang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slang.h b/include/slang.h index 97ed08bed..516af9603 100644 --- a/include/slang.h +++ b/include/slang.h @@ -2246,6 +2246,7 @@ struct TypeReflection Feedback = SLANG_TYPE_KIND_FEEDBACK, Pointer = SLANG_TYPE_KIND_POINTER, DynamicResource = SLANG_TYPE_KIND_DYNAMIC_RESOURCE, + MeshOutput = SLANG_TYPE_KIND_MESH_OUTPUT, }; enum ScalarType : SlangScalarTypeIntegral |
