www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_3DI_Library v1.90 Component Reference
|
|
[ TDx_3DDevice::EndStateBlock() ]
[ next: EnumTextureFormats() ]
[ prev: EndScene() ]
public:
virtual bool __fastcall EndStateBlock( dword* pBlockHandle );
TDX_3DDEVICE::ENDSTATEBLOCK()
[ component method ]
- Description
The
TDx_3DDevice::EndStateBlock()
method
will
finish
recording
and
return
the
handle
of
the
new
device
state
block.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
D3DERR_NOTINBEGINSTATEBLOCK
DDERR_INVALIDPARAMS
- Parameters
BlockHandle
The BlockHandle parameter will reference the completed device state block's handle if this method returns successfully.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
|
|