mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2024-12-27 14:01:21 -08:00
gl_shader_manager: Zero initialize current assembly programs
This commit is contained in:
parent
c0e4074721
commit
54decced92
@ -82,7 +82,7 @@ private:
|
||||
GLuint current_source_program = 0;
|
||||
|
||||
u32 current_assembly_mask = 0;
|
||||
std::array<GLuint, NUM_STAGES> current_assembly_programs;
|
||||
std::array<GLuint, NUM_STAGES> current_assembly_programs{};
|
||||
GLuint current_compute_assembly_program = 0;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user