SPV: Correct selection of storage-image capabilities. Fixes #986.
Code was reflecting an old historical use of sampled as a SPIR-V 2-valued operand, instead of its current 3 values.
This commit is contained in:
parent
e516d4335f
commit
260f50616a
22 changed files with 36 additions and 34 deletions
|
|
@ -720,8 +720,8 @@ gl_FragCoord origin is upper left
|
|||
// Id's are bound by 232
|
||||
|
||||
Capability Shader
|
||||
Capability Sampled1D
|
||||
Capability SampledBuffer
|
||||
Capability Image1D
|
||||
Capability ImageBuffer
|
||||
Capability ImageQuery
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue