window-point-vertex-shader ( -- value )


Vocabulary
gpu.util

Inputs
None

Outputs
valuean object


Definition


CONSTANT: window-point-vertex-shader
T{ shader
{ name window-point-vertex-shader }
{ line 77 }
{ source
"uniform float point_size;\nattribute vec2 vertex;\nvoid main()\n..."
}
} inline