VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
|
#include <AllocatorVk.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
StlAllocator () | |
StlAllocator (const VkAllocationCallbacks *pCallbacks) | |
template<typename U > | |
StlAllocator (const StlAllocator< U > &src) | |
T * | allocate (size_t n) |
void | deallocate (T *p, size_t n) |
template<typename U > | |
bool | operator== (const StlAllocator< U > &rhs) const |
template<typename U > | |
bool | operator!= (const StlAllocator< U > &rhs) const |
StlAllocator & | operator= (const StlAllocator &x)=delete |
Public Attributes | |
const VkAllocationCallbacks *const | m_pCallbacks |
Definition at line 875 of file AllocatorVk.h.
typedef T vkmm::StlAllocator< T >::value_type |
Definition at line 879 of file AllocatorVk.h.
|
inline |
Definition at line 880 of file AllocatorVk.h.
|
inline |
Definition at line 881 of file AllocatorVk.h.
|
inline |
Definition at line 882 of file AllocatorVk.h.
|
inline |
Definition at line 884 of file AllocatorVk.h.
|
inline |
Definition at line 885 of file AllocatorVk.h.
|
inline |
Definition at line 893 of file AllocatorVk.h.
|
delete |
|
inline |
Definition at line 888 of file AllocatorVk.h.
const VkAllocationCallbacks* const vkmm::StlAllocator< T >::m_pCallbacks |
Definition at line 878 of file AllocatorVk.h.