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::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: darren_john_dwyer@hotmail.com.
|
|