Browse Source
gl_shader_decompiler: Add missing DeclareImages
pull/15/merge
ReinUsesLisp
6 years ago
No known key found for this signature in database
GPG Key ID: 2DFC508897B39CFE
1 changed files with
1 additions and
0 deletions
-
src/video_core/renderer_opengl/gl_shader_decompiler.cpp
|
|
|
@ -399,6 +399,7 @@ public: |
|
|
|
DeclareConstantBuffers(); |
|
|
|
DeclareGlobalMemory(); |
|
|
|
DeclareSamplers(); |
|
|
|
DeclareImages(); |
|
|
|
DeclarePhysicalAttributeReader(); |
|
|
|
|
|
|
|
code.AddLine("void execute_{}() {{", suffix); |
|
|
|
|