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

#include <AllocatorVk.h>

Public Attributes

PFN_AllocateDeviceMemoryFunction pfnAllocate
 Optional, can be null. More...
 
PFN_FreeDeviceMemoryFunction pfnFree
 Optional, can be null. More...
 

Detailed Description

Definition at line 534 of file AllocatorVk.h.

Member Data Documentation

◆ pfnAllocate

PFN_AllocateDeviceMemoryFunction vkmm::DeviceMemoryCallbacks::pfnAllocate

Optional, can be null.

Definition at line 536 of file AllocatorVk.h.

◆ pfnFree

PFN_FreeDeviceMemoryFunction vkmm::DeviceMemoryCallbacks::pfnFree

Optional, can be null.

Definition at line 538 of file AllocatorVk.h.


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