Class EffectConstantBufferDescription
Description of a constant buffer.
[DataContract]
public class EffectConstantBufferDescription
- Inheritance
-
EffectConstantBufferDescription
Fields
Hash
public ObjectId Hash
Field Value
Members
The members of this constant buffer.
public EffectValueDescription[] Members
Field Value
Name
The name of this constant buffer.
public string Name
Field Value
Size
The size in bytes.
public int Size
Field Value
Type
The type of constant buffer.
public ConstantBufferType Type
Field Value
Methods
Clone()
Clone the current instance of the constant buffer description.
public EffectConstantBufferDescription Clone()
Returns
- EffectConstantBufferDescription
A clone copy of the description