mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05: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:
		| @@ -42,6 +42,7 @@ layout (std140) uniform vs_config { | ||||
| }; | ||||
|  | ||||
| void main() { | ||||
|     position = vec4(0.0, 0.0, 0.0, 0.0); | ||||
|     exec_vertex(); | ||||
| )"; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Markus Wick
					Markus Wick