CONST_D3DTEXOPCAPSFLAGS
The CONST_D3DTEXOPCAPSFLAGS enumeration defines texture-blending operation capabilities that are combined and present in the lTextureOpCaps member of the D3DDEVICEDESC7 type.
Enum CONST_D3DTEXOPCAPSFLAGS
D3DTEXOPCAPS_ADD = 64
D3DTEXOPCAPS_ADDSIGNED = 128
D3DTEXOPCAPS_ADDSIGNED2X = 256
D3DTEXOPCAPS_ADDSMOOTH = 1024
D3DTEXOPCAPS_BLENDCURRENTALPHA = 32768
D3DTEXOPCAPS_BLENDDIFFUSEALPHA = 2048
D3DTEXOPCAPS_BLENDFACTORALPHA = 8192
D3DTEXOPCAPS_BLENDTEXTUREALPHA = 4096
D3DTEXOPCAPS_BLENDTEXTUREALPHAPM = 16384
D3DTEXOPCAPS_BUMPENVMAP = 2097152
D3DTEXOPCAPS_BUMPENVMAPLUMINANCE = 4194304
D3DTEXOPCAPS_DISABLE = 1
D3DTEXOPCAPS_DOTPRODUCT3 = 8388608
D3DTEXOPCAPS_MODULATE = 8
D3DTEXOPCAPS_MODULATE2X = 16
D3DTEXOPCAPS_MODULATE4X = 32
D3DTEXOPCAPS_MODULATEALPHA_ADDCOLOR = 131072
D3DTEXOPCAPS_MODULATECOLOR_ADDALPHA = 262144
D3DTEXOPCAPS_MODULATEINVALPHA_ADDCOLOR = 524288
D3DTEXOPCAPS_MODULATEINVCOLOR_ADDALPHA = 1048576
D3DTEXOPCAPS_PREMODULATE = 65536
D3DTEXOPCAPS_SELECTARG1 = 2
D3DTEXOPCAPS_SELECTARG2 = 4
D3DTEXOPCAPS_SUBTRACT = 512
End Enum
- D3DTEXOPCAPS_ADD
- The D3DTOP_ADD texture blending operation is supported by this device.
- D3DTEXOPCAPS_ADDSIGNED
- The D3DTOP_ADDSIGNED texture blending operation is supported by this device.
- D3DTEXOPCAPS_ADDSIGNED2X
- The D3DTOP_ADDSIGNED2X texture blending operation is supported by this device.
- D3DTEXOPCAPS_ADDSMOOTH
- The D3DTOP_ADDSMOOTH texture blending operation is supported by this device.
- D3DTEXOPCAPS_BLENDCURRENTALPHA
- The D3DTOP_BLENDCURRENTALPHA texture blending operation is supported by this device.
- D3DTEXOPCAPS_BLENDDIFFUSEALPHA
- The D3DTOP_BLENDDIFFUSEALPHA texture blending operation is supported by this device.
- D3DTEXOPCAPS_BLENDFACTORALPHA
- The D3DTOP_BLENDFACTORALPHA texture blending operation is supported by this device.
- D3DTEXOPCAPS_BLENDTEXTUREALPHA
- The D3DTOP_BLENDTEXTUREALPHA texture blending operation is supported by this device.
- D3DTEXOPCAPS_BLENDTEXTUREALPHAPM
- The D3DTOP_BLENDTEXTUREALPHAPM texture blending operation is supported by this device.
- D3DTEXOPCAPS_BUMPENVMAP
- The D3DTOP_BUMPENVMAP texture blending operation is supported by this device.
- D3DTEXOPCAPS_BUMPENVMAPLUMINANCE
- The D3DTOP_BUMPENVMAPLUMINANCE texture blending operation is supported by this device.
- D3DTEXOPCAPS_DISABLE
- The D3DTOP_DISABLE texture blending operation is supported by this device.
- D3DTEXOPCAPS_DOTPRODUCT3
- The D3DTOP_DOTPRODUCT3 texture blending operation is supported by this device.
- D3DTEXOPCAPS_MODULATE
- The D3DTOP_MODULATE texture blending operation is supported by this device.
- D3DTEXOPCAPS_MODULATE2X
- The D3DTOP_MODULATE2X texture blending operation is supported by this device.
- D3DTEXOPCAPS_MODULATE4X
- The D3DTOP_MODULATE4X texture blending operation is supported by this device.
- D3DTEXOPCAPS_MODULATEALPHA_ADDCOLOR
- The D3DTOP_MODULATEALPHA_ADDCOLOR texture blending operation is supported by this device.
- D3DTEXOPCAPS_MODULATECOLOR_ADDALPHA
- The D3DTOP_MODULATEALPHA_ADDCOLOR texture blending operation is supported by this device.
- D3DTEXOPCAPS_MODULATEINVALPHA_ADDCOLOR
- The D3DTOP_MODULATEINVALPHA_ADDCOLOR texture blending operation is supported by this device.
- D3DTEXOPCAPS_MODULATEINVCOLOR_ADDALPHA
- The D3DTOP_MODULATEINVCOLOR_ADDALPHA texture blending operation is supported by this device.
- D3DTEXOPCAPS_PREMODULATE
- The D3DTOP_PREMODULATE texture blending operation is supported by this device.
- D3DTEXOPCAPS_SELECTARG1
- The D3DTOP_SELECTARG1 texture blending operation is supported by this device.
- D3DTEXOPCAPS_SELECTARG2
- The D3DTOP_SELECTARG2 texture blending operation is supported by this device.
- D3DTEXOPCAPS_SUBTRACT
- The D3DTOP_SUBTRACT texture blending operation is supported by this device.