Table of Contents

Struct EffectValueDescription

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

Fields

DefaultValue

public object DefaultValue

Field Value

object

KeyInfo

public EffectParameterKeyInfo KeyInfo

Field Value

EffectParameterKeyInfo

LogicalGroup

public string LogicalGroup

Field Value

string

Offset

public int Offset

Field Value

int

RawName

public string RawName

Field Value

string

Size

public int Size

Field Value

int

Type

Describes a shader parameter for a valuetype (usually stored in constant buffers).

public EffectTypeDescription Type

Field Value

EffectTypeDescription