MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / InstanceCreateInfo

Method InstanceCreateInfo

src/lib/Vulkan/SpriteBatch.cpp:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642SpriteBatch::InstanceCreateInfo::InstanceCreateInfo(
643 const VkInstanceCreateInfo& base)
644 : ExtendedCreateInfo(base, SpriteBatch::REQUIRED_INSTANCE_EXTENSIONS) {
645}
646
647template <class T>
648concept has_descriptor_indexing_flag

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected