Microsoft DirectX 8.1 (Visual Basic)

CONST_D3DLINECAPS

Defines locking flags.

Enum CONST_D3DLINECAPS
    D3DLINECAPS_TEXTURE  =  1
    D3DLINECAPS_ZTEST    =  2
    D3DLINECAPS_BLEND=   =  4
    D3DLINECAPS_ALPHACMP =  8
    D3DLINECAPS_FOG      = 16 (&H10)
End Enum

Constants

D3DLINECAPS_TEXTURE
Supports texture-mapping.
D3DLINECAPS_ZTEST
Supports z-buffer comparisons.
D3DLINECAPS_BLEND
Supports source-blending.
D3DLINECAPS_ALPHACMP
Supports alpha-test comparisons.
D3DLINECAPS_FOG
Supports fog.