Table of Contents

Class EffectConstantBufferDescription

Namespace
Stride.Shaders
Assembly
Stride.Shaders.dll

Description of a constant buffer.

[DataContract]
public class EffectConstantBufferDescription
Inheritance
EffectConstantBufferDescription

Fields

Hash

public ObjectId Hash

Field Value

ObjectId

Members

The members of this constant buffer.

public EffectValueDescription[] Members

Field Value

EffectValueDescription[]

Name

The name of this constant buffer.

public string Name

Field Value

string

Size

The size in bytes.

public int Size

Field Value

int

Type

The type of constant buffer.

public ConstantBufferType Type

Field Value

ConstantBufferType

Methods

Clone()

Clone the current instance of the constant buffer description.

public EffectConstantBufferDescription Clone()

Returns

EffectConstantBufferDescription

A clone copy of the description