Table of Contents

Struct EffectResourceBindingDescription

Namespace
Stride.Shaders
Assembly
Stride.Shaders.dll
[DataContract]
public struct EffectResourceBindingDescription
Inherited Members
Extension Methods

Fields

Class

public EffectParameterClass Class

Field Value

EffectParameterClass

ElementType

public EffectTypeDescription ElementType

Field Value

EffectTypeDescription

KeyInfo

Describes a shader parameter for a resource type.

public EffectParameterKeyInfo KeyInfo

Field Value

EffectParameterKeyInfo

LogicalGroup

public string LogicalGroup

Field Value

string

RawName

public string RawName

Field Value

string

ResourceGroup

public string ResourceGroup

Field Value

string

SlotCount

public int SlotCount

Field Value

int

SlotStart

public int SlotStart

Field Value

int

Stage

public ShaderStage Stage

Field Value

ShaderStage

Type

public EffectParameterType Type

Field Value

EffectParameterType

Methods

ToString()

Returns the fully qualified type name of this instance.

public override readonly string ToString()

Returns

string

The fully qualified type name.