Table of Contents

Enum CtabRegisterSet

Namespace
ShadowDusk.Core.Reflection
Assembly
ShadowDusk.Core.dll

The D3D9 register file a CTAB constant is bound to (D3DXREGISTER_SET; the values are the on-disk u16).

public enum CtabRegisterSet

Fields

Bool = 0

Boolean registers (b#).

Float4 = 2

Float registers (c#) — the common case for uniforms.

Int4 = 1

Integer registers (i#).

Sampler = 3

Sampler registers (s#).