Searched defs:DeviceMemory (Results 1 – 1 of 1) sorted by relevance
764 struct DeviceMemory { struct765 typedef VkDeviceMemory HandleType;766 VkDeviceSize size;767 alignas(16) uint8_t data[0];769 DEFINE_OBJECT_HANDLE_CONVERSION(DeviceMemory) in DEFINE_OBJECT_HANDLE_CONVERSION() argument