Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TDx_3DDevice::GetCaps() ]
[ next: GetClipPlane() ]
[ prev: EnumTextureFormats() ]
public:
virtual bool __fastcall GetCaps( TD3DDeviceDesc* pD3DDevDesc );
TDX_3DDEVICE::GETCAPS()
[ component method ]
- Description
The
TDx_3DDevice::GetCaps()
method
will
retrieve
the
3D
capabilities
of
the
device.
Use
TDx_Draw::GetCaps()
to
retrieve
display
device
capabilities.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
- Parameters
D3DDevDesc
The D3DDevDesc parameter references a TD3DDeviceDesc component for holding the 3D device capabilities if thiis method returns successfully.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|