VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
|
#include <AllocatorVk.h>
Classes | |
struct | rebind |
Public Types | |
typedef Allocator< void > | 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 |
Definition at line 385 of file AllocatorVk.h.
typedef Allocator<void> front::debug_allocator< void, Allocator >::base_allocator_type |
Definition at line 387 of file AllocatorVk.h.
typedef base_allocator_type::const_pointer front::debug_allocator< void, Allocator >::const_pointer |
Definition at line 390 of file AllocatorVk.h.
typedef base_allocator_type::pointer front::debug_allocator< void, Allocator >::pointer |
Definition at line 389 of file AllocatorVk.h.
typedef base_allocator_type::value_type front::debug_allocator< void, Allocator >::value_type |
Definition at line 388 of file AllocatorVk.h.