Castor3D 0.16.0
Multiplatform 3D engine
|
Namespaces | |
namespace | castor |
Functions | |
CU_API void * | castor::alignedAlloc (size_t alignment, size_t size) |
Allocates aligned memory. | |
CU_API void | castor::alignedFree (void *memory) |
Deallocates aligned memory. | |
template<typename T > | |
T * | castor::alignedAlloc (size_t alignment, size_t size) |
Allocates aligned memory. | |
template<int A> | |
class | castor::CU_Alignas (A) Aligned |
template<typename T > | |
class | castor::CU_Alignas (alignof(T)) AlignedFrom |