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::GetVertexBufferDesc() ]
[ next: Lock() ]
[ prev: Destroy() ]
public:
virtual bool __fastcall GetVertexBufferDesc( TD3DVertexBufferDesc* pVBDesc );
TDX_3DVERTEXBUFFER::GETVERTEXBUFFERDESC()
[ component method ]
- Description
The
TDx_3DVertexBuffer::GetVertexBufferDesc()
method
retrieves
the
vertex
buffer's
description.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
the
following
value:
DDERR_INVALIDPARAMS
- Parameters
VBDesc
The VBDesc parameter references the TD3DVertexBufferDesc component that will hold the vertex buffer's description if the method returns successfully.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
|
|