glslang/Test/glsl.-P.include.frag
2023-04-06 13:38:39 -04:00

11 lines
124 B
GLSL

#version 450
#include "glsl.-P.included.glsl"
layout(location=0) out vec4 color;
void main()
{
color = getColor();
}