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_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: admin@bcb-tools.com.
|
|