SPV: Fix #1399 emit ImageGatherExtended when using ConstOffsets operand
This commit is contained in:
@@ -460,6 +460,7 @@ using depth_any
|
||||
// Id's are bound by 164
|
||||
|
||||
Capability Shader
|
||||
Capability ImageGatherExtended
|
||||
Capability Sampled1D
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
|
||||
@@ -5,6 +5,7 @@ spv.float16Fetch.frag
|
||||
|
||||
Capability Shader
|
||||
Capability Float16
|
||||
Capability ImageGatherExtended
|
||||
Capability StorageImageMultisample
|
||||
Capability ImageCubeArray
|
||||
Capability ImageRect
|
||||
|
||||
@@ -4,6 +4,7 @@ spv.sparseTexture.frag
|
||||
// Id's are bound by 438
|
||||
|
||||
Capability Shader
|
||||
Capability ImageGatherExtended
|
||||
Capability StorageImageMultisample
|
||||
Capability SampledRect
|
||||
Capability SparseResidency
|
||||
|
||||
@@ -4,6 +4,7 @@ spv.textureGatherBiasLod.frag
|
||||
// Id's are bound by 298
|
||||
|
||||
Capability Shader
|
||||
Capability ImageGatherExtended
|
||||
Capability SparseResidency
|
||||
Capability SampledCubeArray
|
||||
Capability ImageGatherBiasLodAMD
|
||||
|
||||
Reference in New Issue
Block a user