Searched defs:DeviceMemory (Results 1 – 1 of 1) sorted by relevance
777 struct DeviceMemory { struct778 typedef VkDeviceMemory HandleType;779 VkDeviceSize size;780 alignas(16) uint8_t data[0];782 DEFINE_OBJECT_HANDLE_CONVERSION(DeviceMemory) in DEFINE_OBJECT_HANDLE_CONVERSION() argument