| 732 | void BindMemory(const DeviceMemory &mem, VkDeviceSize mem_offset); |
| 733 | |
| 734 | uint32_t Width() const { return create_info_.extent.width; } |
| 735 | uint32_t Height() const { return create_info_.extent.height; } |
| 736 | VkFormat Format() const { return create_info_.format; } |
| 737 | VkImageUsageFlags Usage() const { return create_info_.usage; } |