Struct RenderNodeTexture
Namespace: Unity.Tiny.Rendering
Syntax
public struct RenderNodeTexture : IComponentData
Fields
colorTexture
Declaration
public Entity colorTexture
Field Value
Type | Description |
---|---|
Entity |
depthTexture
Declaration
public Entity depthTexture
Field Value
Type | Description |
---|---|
Entity |
rect
Declaration
public RenderPassRect rect
Field Value
Type | Description |
---|---|
RenderPassRect |