VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
vkmm::PoolCreateInfo Struct Reference

#include <AllocatorVk.h>

Public Attributes

uint32_t memoryTypeIndex
 
PoolCreateFlags flags
 
VkDeviceSize blockSize
 
size_t minBlockCount
 
size_t maxBlockCount
 
uint32_t frameInUseCount
 

Detailed Description

Definition at line 655 of file AllocatorVk.h.

Member Data Documentation

◆ blockSize

VkDeviceSize vkmm::PoolCreateInfo::blockSize

Definition at line 661 of file AllocatorVk.h.

◆ flags

PoolCreateFlags vkmm::PoolCreateInfo::flags

Definition at line 659 of file AllocatorVk.h.

◆ frameInUseCount

uint32_t vkmm::PoolCreateInfo::frameInUseCount

Definition at line 667 of file AllocatorVk.h.

◆ maxBlockCount

size_t vkmm::PoolCreateInfo::maxBlockCount

Definition at line 665 of file AllocatorVk.h.

◆ memoryTypeIndex

uint32_t vkmm::PoolCreateInfo::memoryTypeIndex

Definition at line 657 of file AllocatorVk.h.

◆ minBlockCount

size_t vkmm::PoolCreateInfo::minBlockCount

Definition at line 663 of file AllocatorVk.h.


The documentation for this struct was generated from the following file: