| 640 | } |
| 641 | |
| 642 | SpriteBatch::InstanceCreateInfo::InstanceCreateInfo( |
| 643 | const VkInstanceCreateInfo& base) |
| 644 | : ExtendedCreateInfo(base, SpriteBatch::REQUIRED_INSTANCE_EXTENSIONS) { |
| 645 | } |
| 646 | |
| 647 | template <class T> |
| 648 | concept has_descriptor_indexing_flag |
nothing calls this directly
no outgoing calls
no test coverage detected