Utility/VertexMapper: Add GetVertex[Buffer|Count] functions
This commit is contained in:
@@ -27,6 +27,9 @@ namespace Nz
|
||||
~VertexMapper();
|
||||
|
||||
template<typename T> SparsePtr<T> GetComponentPtr(VertexComponent component);
|
||||
inline const VertexBuffer* GetVertexBuffer() const;
|
||||
inline UInt32 GetVertexCount() const;
|
||||
|
||||
template<typename T> bool HasComponentOfType(VertexComponent component) const;
|
||||
|
||||
void Unmap();
|
||||
|
||||
Reference in New Issue
Block a user