struct PrimitiveSceneData { float4x4 localToWorld; float4x4 worldToLocal; }; layout(set = 3, binding = 0, std430) ConstantBuffer gSceneData;