Enum ConstantBufferType
Describes the type of constant buffer.
[DataContract]
public enum ConstantBufferType
Fields
ConstantBuffer = 1
A standard constant buffer
TextureBuffer = 2
A texture buffer
Unknown = 0
An unknown buffer.
Describes the type of constant buffer.
[DataContract]
public enum ConstantBufferType
ConstantBuffer = 1
A standard constant buffer
TextureBuffer = 2
A texture buffer
Unknown = 0
An unknown buffer.