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