ParameterSlot

Description

sealed class Tinman.Engine.Rendering.ParameterSlot

Describes a declared low-level parameter.

Public / Attributes

Name


public readonly attribute Name → (string)

The declared name of the low-level parameter slot.

Size


public readonly attribute Size → (int32)

The array size of the low-level parameter slot.

Will be 0 for non-array parameters.

Type


public readonly attribute Type → (RenderEffectParameterType)

The declared type of the low-level parameter slot.