mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
9 lines
156 B
GLSL
9 lines
156 B
GLSL
#include <#{fragmentPath}>
|
|
|
|
out vec4 _out_color_;
|
|
|
|
void main() {
|
|
Fragment f = getFragment();
|
|
_out_color_ = f.color;
|
|
gl_FragDepth = f.depth;
|
|
} |