EffectConstantBufferDescription Class
Namespace: Stride.ShadersAssembly: Stride.Shaders.dll
Description of a constant buffer.
System.Object →
EffectConstantBufferDescription
Derived from EffectConstantBufferDescription:
[DataContract]
public class EffectConstantBufferDescription
| Name | Description | |
|---|---|---|
| Fields | ||
| Hash | ||
| Members | The members of this constant buffer. |
|
| Name | The name of this constant buffer. |
|
| Size | The size in bytes. |
|
| Type | The type of constant buffer. |
|
| Methods | ||
| Clone() | Clone the current instance of the constant buffer description. |
|
Fields
Hash
public ObjectId Hash
Field Value
| Type | Description |
|---|---|
| ObjectId |
Members
The members of this constant buffer.
public EffectValueDescription[] Members
Field Value
| Type | Description |
|---|---|
| EffectValueDescription[] |
Name
The name of this constant buffer.
public string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Size
The size in bytes.
public int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Type
The type of constant buffer.
public ConstantBufferType Type
Field Value
| Type | Description |
|---|---|
| ConstantBufferType |
Methods
Clone()
Clone the current instance of the constant buffer description.
public EffectConstantBufferDescription Clone()
Returns
| Type | Description |
|---|---|
| EffectConstantBufferDescription | A clone copy of the description |