ConstantBufferType Enum
Namespace: Stride.ShadersAssembly: Stride.Shaders.dll
Describes the type of constant buffer.
[DataContract]
public enum ConstantBufferType
Fields
Name | Description |
---|---|
ConstantBuffer | A standard constant buffer |
TextureBuffer | A texture buffer |
Unknown | An unknown buffer. |