mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-16 04:40:12 -06:00
gl_shader_gen: Make ShaderSetup's constructor explicit
Prevents implicit conversions.
This commit is contained in:
parent
1fd979f50a
commit
12ba80a86c
@ -115,7 +115,7 @@ struct ShaderEntries {
|
||||
using ProgramResult = std::pair<std::string, ShaderEntries>;
|
||||
|
||||
struct ShaderSetup {
|
||||
ShaderSetup(ProgramCode program_code) {
|
||||
explicit ShaderSetup(ProgramCode program_code) {
|
||||
program.code = std::move(program_code);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user