|
enum | EProperties {
DEVICE_LOCAL = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT,
HOST_VISIBLE = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT,
HOST_COHERENT = VK_MEMORY_PROPERTY_HOST_COHERENT_BIT,
HOST_CACHED = VK_MEMORY_PROPERTY_HOST_CACHED_BIT,
LAZILY_ALLOCATED = VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT
} |
|
|
| DeviceMemory (VkDeviceSize size, std::uint32_t typeMask, const MemProfile &memProfile, Device hDevice) |
|
VkDeviceMemory | handle () const |
|
bool | valid () const |
|
std::uint32_t | properties () const |
|
VkDeviceSize | size () const |
|
bool | isHostVisible () const |
|
bool | isHostCoherent () const |
|
The documentation for this class was generated from the following file: