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

#include <AllocatorVk.h>

Public Attributes

VkDeviceSize bytesMoved
 
VkDeviceSize bytesFreed
 
uint32_t allocationsMoved
 
uint32_t deviceMemoryBlocksFreed
 

Detailed Description

Definition at line 702 of file AllocatorVk.h.

Member Data Documentation

◆ allocationsMoved

uint32_t vkmm::DefragmentationStats::allocationsMoved

Definition at line 707 of file AllocatorVk.h.

◆ bytesFreed

VkDeviceSize vkmm::DefragmentationStats::bytesFreed

Definition at line 705 of file AllocatorVk.h.

◆ bytesMoved

VkDeviceSize vkmm::DefragmentationStats::bytesMoved

Definition at line 704 of file AllocatorVk.h.

◆ deviceMemoryBlocksFreed

uint32_t vkmm::DefragmentationStats::deviceMemoryBlocksFreed

Definition at line 708 of file AllocatorVk.h.


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