Table of Contents

Enum ConstantBufferType

Namespace
Stride.Shaders
Assembly
Stride.Shaders.dll

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.