ID3DX10Mesh::GenerateAttributeBufferFromTable method
Generate an attribute buffer from the data in the mesh's attribute table. An attribute buffer is another format for storing the data in the attribute table. Both the attribute buffer and the attribute table are internal data structures in the mesh.
Syntax
HRESULT GenerateAttributeBufferFromTable();
Parameters
This method has no parameters.
Return value
Type: HRESULT
The return value is one of the values listed in Direct3D 10 Return Codes.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also