|
@@ -393,6 +393,8 @@ enum Decoration {
|
|
|
DecorationPassthroughNV = 5250,
|
|
|
DecorationViewportRelativeNV = 5252,
|
|
|
DecorationSecondaryViewportRelativeNV = 5256,
|
|
|
+ DecorationHlslCounterBufferGOOGLE = 5634,
|
|
|
+ DecorationHlslSemanticGOOGLE = 5635,
|
|
|
DecorationMax = 0x7fffffff,
|
|
|
};
|
|
|
|
|
@@ -659,6 +661,7 @@ enum Capability {
|
|
|
CapabilityVariablePointers = 4442,
|
|
|
CapabilityAtomicStorageOps = 4445,
|
|
|
CapabilitySampleMaskPostDepthCoverage = 4447,
|
|
|
+ CapabilityFloat16ImageAMD = 5008,
|
|
|
CapabilityImageGatherBiasLodAMD = 5009,
|
|
|
CapabilityFragmentMaskAMD = 5010,
|
|
|
CapabilityStencilExportEXT = 5013,
|
|
@@ -1008,6 +1011,8 @@ enum Op {
|
|
|
OpSubgroupBlockWriteINTEL = 5576,
|
|
|
OpSubgroupImageBlockReadINTEL = 5577,
|
|
|
OpSubgroupImageBlockWriteINTEL = 5578,
|
|
|
+ OpDecorateStringGOOGLE = 5632,
|
|
|
+ OpMemberDecorateStringGOOGLE = 5633,
|
|
|
OpMax = 0x7fffffff,
|
|
|
};
|
|
|
|