| 210 | public: |
| 211 | QueueCreateInfoArray(const std::vector<VkQueueFamilyProperties> &queue_props, bool all_queue_count = false); |
| 212 | size_t Size() const { return queue_info_.size(); } |
| 213 | const VkDeviceQueueCreateInfo *Data() const { return queue_info_.data(); } |
| 214 | }; |
| 215 |
no test coverage detected