ParameterSlotUsage Description sealed class Tinman.Engine.Rendering.ParameterSlotUsage Describes a single usage of a low-level parameter slot element. See also IRenderEffectParameters Public / Attributes PassIndex public readonly attribute PassIndex → (int32) The render pass index. See also IRenderEffectBase.PassCount PassName public readonly attribute PassName → (string) The human-readable pass name. See also RenderEffectParameters.PassName SlotIndex public readonly attribute SlotIndex → (int32) The low-level parameter slot index. See also IRenderEffectParameters.ParameterSlotCount SlotName public readonly attribute SlotName → (string) The declared name of the low-level parameter slot. See also IRenderEffectParameters.ParameterDeclare ParameterSlot RenderEffect