mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2025-02-06 14:06:49 +00:00
gl_shader_decompiler: Add missing DeclareImages
This commit is contained in:
parent
8825b88a45
commit
e438079b50
|
@ -399,6 +399,7 @@ public:
|
|||
DeclareConstantBuffers();
|
||||
DeclareGlobalMemory();
|
||||
DeclareSamplers();
|
||||
DeclareImages();
|
||||
DeclarePhysicalAttributeReader();
|
||||
|
||||
code.AddLine("void execute_{}() {{", suffix);
|
||||
|
|
Loading…
Reference in a new issue