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