Class EXTDeviceMemoryReport

java.lang.Object
org.lwjgl.vulkan.EXTDeviceMemoryReport

public final class EXTDeviceMemoryReport extends Object
This device extension allows registration of device memory event callbacks upon device creation, so that applications or middleware can obtain detailed information about memory usage and how memory is associated with Vulkan objects. This extension exposes the actual underlying device memory usage, including allocations that are not normally visible to the application, such as memory consumed by CreateGraphicsPipelines. It is intended primarily for use by debug tooling rather than for production applications.
Name String
VK_EXT_device_memory_report
Extension Type
Device extension
Registered Extension Number
285
Revision
2
Extension and Version Dependencies
VK_KHR_get_physical_device_properties2 or Version 1.1
Special Use
Contact
Other Extension Metadata
Last Modified Date
2021-01-06
IP Status
No known IP claims.
Contributors
  • Yiwei Zhang, Google
  • Jesse Hall, Google