This repository has been archived on 2020-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libs/qglview/shaders/shadow.frag

8 lines
74 B
GLSL

#version 150
in float w;
void main(void) {
//;qgl_FragData[0].r = w;
}