diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_shader_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_manager.h b/src/video_core/renderer_opengl/gl_shader_manager.h index c922bcf82..5ec57d707 100644 --- a/src/video_core/renderer_opengl/gl_shader_manager.h +++ b/src/video_core/renderer_opengl/gl_shader_manager.h | |||
| @@ -82,7 +82,7 @@ private: | |||
| 82 | GLuint current_source_program = 0; | 82 | GLuint current_source_program = 0; |
| 83 | 83 | ||
| 84 | u32 current_assembly_mask = 0; | 84 | u32 current_assembly_mask = 0; |
| 85 | std::array<GLuint, NUM_STAGES> current_assembly_programs; | 85 | std::array<GLuint, NUM_STAGES> current_assembly_programs{}; |
| 86 | GLuint current_compute_assembly_program = 0; | 86 | GLuint current_compute_assembly_program = 0; |
| 87 | }; | 87 | }; |
| 88 | 88 | ||