Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TDx_3DVertexBuffer::Unlock() ]
[ prev: ProcessVerticesStrided() ]
public:
virtual bool __fastcall Unlock();
TDX_3DVERTEXBUFFER::UNLOCK()
[ component method ]
- Description
The
TDx_3DVertexBuffer::Unlock()
method
unlocks
a
previously
locked
vertex
buffer.
Locked
vertex
buffers
cannot
be
rendered
until
they
are
unlocked.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
D3DERR_VERTEXBUFFERUNLOCKFAILED
DDERR_GENERIC
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
DDERR_SURFACEBUSY
DDERR_SURFACELOST
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|