mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 23:20:06 +00:00
Merge pull request #3141 from ReinUsesLisp/gl-position
gl_shader_gen: Apply default value to gl_Position
This commit is contained in:
commit
4ed183ee42
@ -32,6 +32,7 @@ layout (std140, binding = EMULATION_UBO_BINDING) uniform vs_config {
|
|||||||
|
|
||||||
out += R"(
|
out += R"(
|
||||||
void main() {
|
void main() {
|
||||||
|
gl_Position = vec4(0.0f, 0.0f, 0.0f, 1.0f);
|
||||||
execute_vertex();
|
execute_vertex();
|
||||||
)";
|
)";
|
||||||
if (ir_b) {
|
if (ir_b) {
|
||||||
|
Loading…
Reference in New Issue
Block a user