gl_shader_decompiler: Add missing DeclareImages
This commit is contained in:
parent
8825b88a45
commit
e438079b50
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ public:
|
||||||
DeclareConstantBuffers();
|
DeclareConstantBuffers();
|
||||||
DeclareGlobalMemory();
|
DeclareGlobalMemory();
|
||||||
DeclareSamplers();
|
DeclareSamplers();
|
||||||
|
DeclareImages();
|
||||||
DeclarePhysicalAttributeReader();
|
DeclarePhysicalAttributeReader();
|
||||||
|
|
||||||
code.AddLine("void execute_{}() {{", suffix);
|
code.AddLine("void execute_{}() {{", suffix);
|
||||||
|
|
Loading…
Reference in a new issue