Demos #10

Merged
Mergul merged 39 commits from Demos into master 2020-05-28 18:48:45 +02:00
Showing only changes of commit d26c940b80 - Show all commits

View file

@ -99,7 +99,7 @@ void main() {
uv = tex_coords * uv_transform.zw + uv_transform.xy; uv = tex_coords * uv_transform.zw + uv_transform.xy;
#endif #endif
color = vcolor * 2; color = vcolor * 2.0;
gl_Position = vec4(position.xy,depth,1.0); gl_Position = vec4(position.xy,depth,1.0);