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::EndScene() ]
[ next: EndStateBlock() ]
[ prev: DrawPrimitiveVB() ]
public:
virtual bool __fastcall EndScene();
TDX_3DDEVICE::ENDSCENE()
[ component method ]
- Description
The
TDx_3DDevice::EndScene()
method
will
end
a
scene,
signalling
that
the
scene
has
been
rendered
and
is
held
by
the
device
surface.
This
method
should
only
be
called
after
a
successful
TDx_3DDevice::BeginScene()
call
and
before
TDx_3DDevice::BeginScene()
is
called
again.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|