mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 13:55:46 +00:00
gl_shader_decompiler: Add missing DeclareImages
This commit is contained in:
parent
c54d8affb9
commit
b43ae0ad16
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ public:
|
|||
DeclareConstantBuffers();
|
||||
DeclareGlobalMemory();
|
||||
DeclareSamplers();
|
||||
DeclareImages();
|
||||
DeclarePhysicalAttributeReader();
|
||||
|
||||
code.AddLine("void execute_{}() {{", suffix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue