Class VkDeviceMemoryReportCallbackDataEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDeviceMemoryReportCallbackDataEXT extends Struct<VkDeviceMemoryReportCallbackDataEXT> implements NativeResource
struct VkDeviceMemoryReportCallbackDataEXT {
    VkStructureType sType;
    void * pNext;
    VkDeviceMemoryReportFlagsEXT flags;
    VkDeviceMemoryReportEventTypeEXT type;
    uint64_t memoryObjectId;
    VkDeviceSize size;
    VkObjectType objectType;
    uint64_t objectHandle;
    uint32_t heapIndex;
}