ws v1.0.10 (2017-05-27T17:13:21Z)
Dub
Repo
RECT_FRAG
ws
gl
draw
Undocumented in source.
enum
RECT_FRAG
=
" #version 130 uniform vec4 Color; out vec4 vFragColor; void main(void){ if(Color.a < 0.01) discard; vFragColor = Color; } "
;
Meta
Source
See Source File
ws
gl
draw
classes
Draw
GlDraw
manifest constants
RECT_FRAG
RECT_VERT
TEXTURE_FRAG
TEXTURE_VERT