SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ~Attribute()

template<typename T >
Spices::Attribute< T >::~Attribute ( )
inlinevirtual

Destructor Function.

Definition at line 71 of file Attribute.h.

72 {
74
75 attributes = nullptr;
76 buffer = nullptr;
77 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< VulkanBuffer > buffer
Attribute Buffer.
Definition Attribute.h:54
std::shared_ptr< std::vector< T > > attributes
Attribute Data Array.
Definition Attribute.h:49