Table of Contents

Struct EffectTypeDescription

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

Fields

Class

Describes a shader parameter type.

public EffectParameterClass Class

Field Value

EffectParameterClass

ColumnCount

public int ColumnCount

Field Value

int

ElementSize

public int ElementSize

Field Value

int

Elements

public int Elements

Field Value

int

Members

public EffectTypeMemberDescription[] Members

Field Value

EffectTypeMemberDescription[]

Name

public string Name

Field Value

string

RowCount

public int RowCount

Field Value

int

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.