gl_shader_decompiler: Add missing DeclareImages

This commit is contained in:
ReinUsesLisp 2019-12-17 22:47:28 -03:00
parent 8825b88a45
commit e438079b50
No known key found for this signature in database
GPG Key ID: 2DFC508897B39CFE

View File

@ -399,6 +399,7 @@ public:
DeclareConstantBuffers();
DeclareGlobalMemory();
DeclareSamplers();
DeclareImages();
DeclarePhysicalAttributeReader();
code.AddLine("void execute_{}() {{", suffix);