mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 01:57:58 -05:00
glsl: Implement some attribute getters and setters
This commit is contained in:
@ -440,7 +440,6 @@ std::unique_ptr<GraphicsPipeline> ShaderCache::CreateGraphicsPipeline(
|
||||
assembly_programs[stage_index] = CompileProgram(code, AssemblyStage(stage_index));
|
||||
} else {
|
||||
const auto code{EmitGLSL(profile, runtime_info, program, binding)};
|
||||
OGLShader shader;
|
||||
AttachShader(Stage(stage_index), source_program.handle, code);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user