mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 06:15:46 +00:00
gl_shader_gen: Initialize position.
IMO the old code is fine, but nvidia raises shader compiler warnings. Trivial fix through...
This commit is contained in:
parent
bc9db095ff
commit
9e600046df
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…
Add table
Add a link
Reference in a new issue