mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 17:10:06 +00:00
Merge pull request #1248 from degasus/shader_fix
gl_shader_gen: Initialize position.
This commit is contained in:
commit
fbaefc47a0
@ -42,6 +42,7 @@ layout (std140) uniform vs_config {
|
|||||||
};
|
};
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
|
position = vec4(0.0, 0.0, 0.0, 0.0);
|
||||||
exec_vertex();
|
exec_vertex();
|
||||||
)";
|
)";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user