bluenoise-raytracer/ray_tracing_anyhit/shaders/raycommon.glsl

5 lines
53 B
GLSL

struct hitPayload
{
vec3 hitValue;
uint seed;
};