Struct LightMatrices
Namespace: Unity.Tiny.Rendering
Syntax
public struct LightMatrices : IComponentData
Fields
mvp
Declaration
public float4x4 mvp
Field Value
Type | Description |
---|---|
float4x4 |
projection
Declaration
public float4x4 projection
Field Value
Type | Description |
---|---|
float4x4 |
view
Declaration
public float4x4 view
Field Value
Type | Description |
---|---|
float4x4 |