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