Merge pull request #1248 from degasus/shader_fix

gl_shader_gen: Initialize position.
pull/8/head
bunnei 7 years ago committed by GitHub
commit fbaefc47a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save