ULRE/ShaderLibrary/GetLocalToWorld.glsl

5 lines
58 B
GLSL

mat4 GetLocalToWorld()
{
return l2w.mats[Assign.x];
}