Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TD3DPrimCaps::MiscCaps ]
[ next: RasterCaps ]
[ prev: ErrorValue ]
public:
__property dword MiscCaps = { read=FGetMiscCaps, write=FSetMiscCaps, default=0 };
TD3DPRIMCAPS::MISCCAPS
[ component property ]
- Description
These flags indicate the general capabilities of the primitive.
The described effect applies when the flag is set.
- Flags
D3DPMISCCAPS_CONFORMANT
The device is OpenGL compliant.
D3DPMISCCAPS_CULLCCW
Support for counterclockwise culling of triangle primitives is available.
Software rendering uses a fixed culling order and thus cannot change the culling mode.
D3DPMISCCAPS_CULLCW
Support for clockwise culling of triangle primitives is available.
Software renderering uses a fixed culling order and thus cannot change the culling mode.
D3DPMISCCAPS_CULLNONE
Support for culling is not available.
D3DPMISCCAPS_LINEPATTERNREP
Support for higher values than one in TD3DLinePattern->RepeatFactor is available.
This flag only applies only to line drawing primitives.
D3DPMISCCAPS_MASKPLANES
Support for color plane bitmasks is available.
D3DPMISCCAPS_MASKZ
Support for enabling and disabling z-buffer modification on pixel operations is available.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|