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:
authorHans-Kristian Arntzen <post@arntzen-software.no>2019-07-22 11:23:39 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2019-07-22 11:23:39 +0300
commitbe2fccd83765fcd6bad8fb299cc8fc7df13cced6 (patch)
tree169079845f17299889ceb49bb098c5aa64dadc2a /spirv_common.hpp
parent6c1f97b4a9565c2fa272e0456eb7afd484880cc0 (diff)
Tests run clean.
Diffstat (limited to 'spirv_common.hpp')
-rw-r--r--spirv_common.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/spirv_common.hpp b/spirv_common.hpp
index 39e7deba..bc626436 100644
--- a/spirv_common.hpp
+++ b/spirv_common.hpp
@@ -1420,7 +1420,8 @@ enum ExtendedDecorations
SPIRVCrossDecorationPhysicalTypePacked,
// The padding in bytes before declaring this struct member.
- SPIRVCrossDecorationPadding,
+ // If used on a struct type, marks the target size of a struct.
+ SPIRVCrossDecorationPaddingTarget,
SPIRVCrossDecorationInterfaceMemberIndex,
SPIRVCrossDecorationInterfaceOrigID,