mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 12:40:00 +00:00
Merge pull request #1248 from degasus/shader_fix
gl_shader_gen: Initialize position.
This commit is contained in:
commit
fbaefc47a0
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ layout (std140) uniform vs_config {
|
|||
};
|
||||
|
||||
void main() {
|
||||
position = vec4(0.0, 0.0, 0.0, 0.0);
|
||||
exec_vertex();
|
||||
)";
|
||||
|
||||
|
|
Loading…
Reference in a new issue