bluenoise-raytracer/ray_tracing__simple/shaders/raycommon.glsl

4 lines
40 B
GLSL

struct hitPayload
{
vec3 hitValue;
};