You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Fix position from vertex shader partially uninitialized
This commit is contained in:
@@ -352,7 +352,7 @@ void vertex_shader(vec3 vertex_input,
|
||||
}
|
||||
|
||||
#ifdef OVERRIDE_POSITION
|
||||
vec4 position;
|
||||
vec4 position = vec4(1.0);
|
||||
#endif
|
||||
|
||||
#ifdef USE_MULTIVIEW
|
||||
|
||||
Reference in New Issue
Block a user