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