Non-functional: Move to latest headers.
This commit is contained in:
parent
29c49e1089
commit
e58d58b782
@ -105,7 +105,4 @@ static const char* const E_SPV_AMD_shader_fragment_mask = "SPV_AMD_shader_fragme
|
|||||||
// SPV_AMD_gpu_shader_half_float_fetch
|
// SPV_AMD_gpu_shader_half_float_fetch
|
||||||
static const char* const E_SPV_AMD_gpu_shader_half_float_fetch = "SPV_AMD_gpu_shader_half_float_fetch";
|
static const char* const E_SPV_AMD_gpu_shader_half_float_fetch = "SPV_AMD_gpu_shader_half_float_fetch";
|
||||||
|
|
||||||
enum Capability;
|
|
||||||
static const Capability CapabilityFloat16ImageAMD = static_cast<Capability>(5008);
|
|
||||||
|
|
||||||
#endif // #ifndef GLSLextAMD_H
|
#endif // #ifndef GLSLextAMD_H
|
||||||
|
@ -393,6 +393,8 @@ enum Decoration {
|
|||||||
DecorationPassthroughNV = 5250,
|
DecorationPassthroughNV = 5250,
|
||||||
DecorationViewportRelativeNV = 5252,
|
DecorationViewportRelativeNV = 5252,
|
||||||
DecorationSecondaryViewportRelativeNV = 5256,
|
DecorationSecondaryViewportRelativeNV = 5256,
|
||||||
|
DecorationHlslCounterBufferGOOGLE = 5634,
|
||||||
|
DecorationHlslSemanticGOOGLE = 5635,
|
||||||
DecorationMax = 0x7fffffff,
|
DecorationMax = 0x7fffffff,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -659,6 +661,7 @@ enum Capability {
|
|||||||
CapabilityVariablePointers = 4442,
|
CapabilityVariablePointers = 4442,
|
||||||
CapabilityAtomicStorageOps = 4445,
|
CapabilityAtomicStorageOps = 4445,
|
||||||
CapabilitySampleMaskPostDepthCoverage = 4447,
|
CapabilitySampleMaskPostDepthCoverage = 4447,
|
||||||
|
CapabilityFloat16ImageAMD = 5008,
|
||||||
CapabilityImageGatherBiasLodAMD = 5009,
|
CapabilityImageGatherBiasLodAMD = 5009,
|
||||||
CapabilityFragmentMaskAMD = 5010,
|
CapabilityFragmentMaskAMD = 5010,
|
||||||
CapabilityStencilExportEXT = 5013,
|
CapabilityStencilExportEXT = 5013,
|
||||||
@ -1008,6 +1011,8 @@ enum Op {
|
|||||||
OpSubgroupBlockWriteINTEL = 5576,
|
OpSubgroupBlockWriteINTEL = 5576,
|
||||||
OpSubgroupImageBlockReadINTEL = 5577,
|
OpSubgroupImageBlockReadINTEL = 5577,
|
||||||
OpSubgroupImageBlockWriteINTEL = 5578,
|
OpSubgroupImageBlockWriteINTEL = 5578,
|
||||||
|
OpDecorateStringGOOGLE = 5632,
|
||||||
|
OpMemberDecorateStringGOOGLE = 5633,
|
||||||
OpMax = 0x7fffffff,
|
OpMax = 0x7fffffff,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user