mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 00:17:32 +01:00
glsl: Fixup build issues
This commit is contained in:
parent
ef7bd53f18
commit
53667ddd4e
@ -437,7 +437,7 @@ std::unique_ptr<GraphicsPipeline> ShaderCache::CreateGraphicsPipeline(
|
||||
const std::string code{EmitGLASM(profile, runtime_info, program, binding)};
|
||||
assembly_programs[stage_index] = CompileProgram(code, AssemblyStage(stage_index));
|
||||
} else {
|
||||
const auto code{EmitGLSL(profile, program, binding)};
|
||||
const auto code{EmitGLSL(profile, runtime_info, program, binding)};
|
||||
OGLShader shader;
|
||||
AttachShader(Stage(stage_index), source_program.handle, code);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user