gl_shader_decompiler: Add missing DeclareImages
This commit is contained in:
parent
c54d8affb9
commit
b43ae0ad16
|
|
@ -399,6 +399,7 @@ public:
|
|||
DeclareConstantBuffers();
|
||||
DeclareGlobalMemory();
|
||||
DeclareSamplers();
|
||||
DeclareImages();
|
||||
DeclarePhysicalAttributeReader();
|
||||
|
||||
code.AddLine("void execute_{}() {{", suffix);
|
||||
|
|
|
|||
Loading…
Reference in New Issue