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

General statistics from current state of Allocator. More...

#include <AllocatorVk.h>

Public Attributes

StatInfo memoryType [VK_MAX_MEMORY_TYPES]
 
StatInfo memoryHeap [VK_MAX_MEMORY_HEAPS]
 
StatInfo total
 

Detailed Description

General statistics from current state of Allocator.

Definition at line 588 of file AllocatorVk.h.

Member Data Documentation

◆ memoryHeap

StatInfo vkmm::Stats::memoryHeap[VK_MAX_MEMORY_HEAPS]

Definition at line 591 of file AllocatorVk.h.

◆ memoryType

StatInfo vkmm::Stats::memoryType[VK_MAX_MEMORY_TYPES]

Definition at line 590 of file AllocatorVk.h.

◆ total

StatInfo vkmm::Stats::total

Definition at line 592 of file AllocatorVk.h.


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