SPV: Move to latest public headers.
This commit is contained in:
parent
07b30c4255
commit
38a425355b
@ -61,6 +61,7 @@ enum SourceLanguage {
|
|||||||
SourceLanguageGLSL = 2,
|
SourceLanguageGLSL = 2,
|
||||||
SourceLanguageOpenCL_C = 3,
|
SourceLanguageOpenCL_C = 3,
|
||||||
SourceLanguageOpenCL_CPP = 4,
|
SourceLanguageOpenCL_CPP = 4,
|
||||||
|
SourceLanguageHLSL = 5,
|
||||||
SourceLanguageMax = 0x7fffffff,
|
SourceLanguageMax = 0x7fffffff,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -137,6 +138,7 @@ enum StorageClass {
|
|||||||
StorageClassPushConstant = 9,
|
StorageClassPushConstant = 9,
|
||||||
StorageClassAtomicCounter = 10,
|
StorageClassAtomicCounter = 10,
|
||||||
StorageClassImage = 11,
|
StorageClassImage = 11,
|
||||||
|
StorageClassStorageBuffer = 12,
|
||||||
StorageClassMax = 0x7fffffff,
|
StorageClassMax = 0x7fffffff,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -616,12 +618,16 @@ enum Capability {
|
|||||||
CapabilitySubgroupBallotKHR = 4423,
|
CapabilitySubgroupBallotKHR = 4423,
|
||||||
CapabilityDrawParameters = 4427,
|
CapabilityDrawParameters = 4427,
|
||||||
CapabilitySubgroupVoteKHR = 4431,
|
CapabilitySubgroupVoteKHR = 4431,
|
||||||
|
CapabilityStorageBuffer16BitAccess = 4433,
|
||||||
CapabilityStorageUniformBufferBlock16 = 4433,
|
CapabilityStorageUniformBufferBlock16 = 4433,
|
||||||
CapabilityStorageUniform16 = 4434,
|
CapabilityStorageUniform16 = 4434,
|
||||||
|
CapabilityUniformAndStorageBuffer16BitAccess = 4434,
|
||||||
CapabilityStoragePushConstant16 = 4435,
|
CapabilityStoragePushConstant16 = 4435,
|
||||||
CapabilityStorageInputOutput16 = 4436,
|
CapabilityStorageInputOutput16 = 4436,
|
||||||
CapabilityDeviceGroup = 4437,
|
CapabilityDeviceGroup = 4437,
|
||||||
CapabilityMultiView = 4439,
|
CapabilityMultiView = 4439,
|
||||||
|
CapabilityVariablePointersStorageBuffer = 4441,
|
||||||
|
CapabilityVariablePointers = 4442,
|
||||||
CapabilitySampleMaskOverrideCoverageNV = 5249,
|
CapabilitySampleMaskOverrideCoverageNV = 5249,
|
||||||
CapabilityGeometryShaderPassthroughNV = 5251,
|
CapabilityGeometryShaderPassthroughNV = 5251,
|
||||||
CapabilityShaderViewportIndexLayerNV = 5254,
|
CapabilityShaderViewportIndexLayerNV = 5254,
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
// For the version, it uses the latest git tag followed by the number of commits.
|
// For the version, it uses the latest git tag followed by the number of commits.
|
||||||
// For the date, it uses the current date (when then script is run).
|
// For the date, it uses the current date (when then script is run).
|
||||||
|
|
||||||
#define GLSLANG_REVISION "Overload400-PrecQual.1978"
|
#define GLSLANG_REVISION "Overload400-PrecQual.1981"
|
||||||
#define GLSLANG_DATE "05-Apr-2017"
|
#define GLSLANG_DATE "06-Apr-2017"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user