ULRE/ShaderLibrary/GetLocalToWorld.glsl

5 lines
58 B
Plaintext
Raw Normal View History

2023-10-07 17:02:00 +08:00
mat4 GetLocalToWorld()
{
return l2w.mats[Assign.x];
}