SPV Capabilities: Image types.
SampledBuffer ImageBuffer Sampled1D Image1D SampledCubeArray ImageCubeArray SampledRect ImageRect InputAttachment ImageMSArray StorageImageMultisample
This commit is contained in:
parent
3c52207e8a
commit
b0364dcc3e
11 changed files with 65 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ Linked fragment stage:
|
|||
// Id's are bound by 372
|
||||
|
||||
Capability Shader
|
||||
Capability SampledRect
|
||||
Capability Sampled1D
|
||||
Capability SampledCubeArray
|
||||
Capability SampledBuffer
|
||||
Capability ImageMSArray
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
EntryPoint Fragment 4 "main" 356
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue