|
VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
|
#include <AllocatorVk.h>
Public Attributes | |
| AllocationCreateFlags | flags |
| Use #VmaAllocationCreateFlagBits enum. More... | |
| MemoryUsage | usage |
| VkMemoryPropertyFlags | requiredFlags |
| VkMemoryPropertyFlags | preferredFlags |
| uint32_t | memoryTypeBits |
| vkmm::VkMAInfo | info |
| Pool | pool |
| char | name [16] |
| void * | pUserData |
Definition at line 626 of file AllocatorVk.h.
| AllocationCreateFlags vkmm::AllocationCreateInfo::flags |
Use #VmaAllocationCreateFlagBits enum.
Definition at line 629 of file AllocatorVk.h.
| vkmm::VkMAInfo vkmm::AllocationCreateInfo::info |
Definition at line 639 of file AllocatorVk.h.
| uint32_t vkmm::AllocationCreateInfo::memoryTypeBits |
Definition at line 637 of file AllocatorVk.h.
| char vkmm::AllocationCreateInfo::name[16] |
Definition at line 642 of file AllocatorVk.h.
| Pool vkmm::AllocationCreateInfo::pool |
Definition at line 641 of file AllocatorVk.h.
| VkMemoryPropertyFlags vkmm::AllocationCreateInfo::preferredFlags |
Definition at line 635 of file AllocatorVk.h.
| void* vkmm::AllocationCreateInfo::pUserData |
Definition at line 643 of file AllocatorVk.h.
| VkMemoryPropertyFlags vkmm::AllocationCreateInfo::requiredFlags |
Definition at line 633 of file AllocatorVk.h.
| MemoryUsage vkmm::AllocationCreateInfo::usage |
Definition at line 631 of file AllocatorVk.h.