MVertexBufferDescriptorList Class Reference
#include <MHWGeometry.h>
Get the number of descriptors in the list.
- Returns
- The number of descriptors in the list
Gets the descriptor at the requested index and copies data into desc.
- Parameters
-
[in] | index | The index of the descriptor to retrieve |
[out] | desc | The descriptor to populate with the retrieved data |
- Returns
- True on success
Add a descriptor to the list.
Creates and stores a copy which is owned by the list.
- Parameters
-
[in] | desc | The descriptor to add. |
- Returns
- True on success
bool removeAt |
( |
int |
index | ) |
|
Remove a descriptor from the list and delete it.
- Parameters
-
[in] | index | The index of the descriptor to remove |
- Returns
- True on success
const char * className |
( |
| ) |
|
|
static |
Returns the name of this class.
- Returns
- The name of this class.
The documentation for this class was generated from the following files:
- MHWGeometry.h
- MHWGeometry.cpp