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 = 0Boolean registers (
b#).Float4 = 2Float registers (
c#) — the common case for uniforms.Int4 = 1Integer registers (
i#).Sampler = 3Sampler registers (
s#).