Renamed AttributeUsage and AttributeType
... to VertexComponent and ComponentType. -Renderer: Renamed IsVertexAttributeSupported static method to IsComponentTypeSupported -VertexDeclaration: Added IsTypeSupported static method Renamed [Disable|Enable|Get]Attribute to [Disable|Enable|Get]Component Removed GetAttributeSize static method -VertexMapper: Renamed GetAttributePtr method to GetComponentPtr Former-commit-id: 7115856e1d389610c35b26f63af5d93a5ad5c690
This commit is contained in:
@@ -24,7 +24,7 @@ class NAZARA_API NzVertexMapper
|
||||
NzVertexMapper(NzSubMesh* subMesh);
|
||||
~NzVertexMapper();
|
||||
|
||||
template<typename T> NzSparsePtr<T> GetAttributePtr(nzAttributeUsage attribute);
|
||||
template<typename T> NzSparsePtr<T> GetComponentPtr(nzVertexComponent component);
|
||||
unsigned int GetVertexCount() const;
|
||||
|
||||
void Unmap();
|
||||
|
||||
Reference in New Issue
Block a user