Struct RendererList
Syntax
public struct RendererList
Fields
cullingResult
Declaration
public CullingResults cullingResult
Field Value
| Type |
Description |
| CullingResults |
|
drawSettings
Declaration
public DrawingSettings drawSettings
Field Value
| Type |
Description |
| DrawingSettings |
|
filteringSettings
Declaration
public FilteringSettings filteringSettings
Field Value
| Type |
Description |
| FilteringSettings |
|
nullRendererList
Declaration
public static readonly RendererList nullRendererList
Field Value
stateBlock
Declaration
public RenderStateBlock? stateBlock
Field Value
| Type |
Description |
| System.Nullable<RenderStateBlock> |
|
Properties
isValid
Declaration
public bool isValid { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Create(RendererListDesc)
Declaration
public static RendererList Create(in RendererListDesc desc)
Parameters
Returns