8 lines
71 B
GLSL
8 lines
71 B
GLSL
#version 150
|
|
|
|
in float w;
|
|
|
|
void main(void) {
|
|
qgl_FragData[0].r = w;
|
|
}
|