VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
|
#include <AllocatorVk.h>
Classes | |
struct | rebind |
Public Types | |
typedef Allocator< T > | base_allocator_type |
typedef base_allocator_type::value_type | value_type |
typedef base_allocator_type::pointer | pointer |
typedef base_allocator_type::const_pointer | const_pointer |
typedef base_allocator_type::reference | reference |
typedef base_allocator_type::const_reference | const_reference |
typedef base_allocator_type::size_type | size_type |
typedef base_allocator_type::difference_type | difference_type |
Public Member Functions | |
debug_allocator () throw () | |
debug_allocator (const debug_allocator &a) throw () | |
template<typename U > | |
debug_allocator (const debug_allocator< U > &a) throw () | |
pointer | allocate (const size_type n, const void *hint=0) |
Definition at line 356 of file AllocatorVk.h.
typedef Allocator<T> front::debug_allocator< T, Allocator >::base_allocator_type |
Definition at line 359 of file AllocatorVk.h.
typedef base_allocator_type::const_pointer front::debug_allocator< T, Allocator >::const_pointer |
Definition at line 362 of file AllocatorVk.h.
typedef base_allocator_type::const_reference front::debug_allocator< T, Allocator >::const_reference |
Definition at line 364 of file AllocatorVk.h.
typedef base_allocator_type::difference_type front::debug_allocator< T, Allocator >::difference_type |
Definition at line 366 of file AllocatorVk.h.
typedef base_allocator_type::pointer front::debug_allocator< T, Allocator >::pointer |
Definition at line 361 of file AllocatorVk.h.
typedef base_allocator_type::reference front::debug_allocator< T, Allocator >::reference |
Definition at line 363 of file AllocatorVk.h.
typedef base_allocator_type::size_type front::debug_allocator< T, Allocator >::size_type |
Definition at line 365 of file AllocatorVk.h.
typedef base_allocator_type::value_type front::debug_allocator< T, Allocator >::value_type |
Definition at line 360 of file AllocatorVk.h.
|
inline |
Definition at line 371 of file AllocatorVk.h.
|
inline |
Definition at line 372 of file AllocatorVk.h.
|
inline |
Definition at line 374 of file AllocatorVk.h.
|
inline |
Definition at line 376 of file AllocatorVk.h.