MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / AppGetGlobalLayerExtensions

Method AppGetGlobalLayerExtensions

vulkaninfo/vulkaninfo.h:764–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762 void AddSurfaceExtension(SurfaceExtension ext) { surface_extensions.push_back(ext); }
763
764 std::vector<VkExtensionProperties> AppGetGlobalLayerExtensions(const char *layer_name) {
765 return GetVector<VkExtensionProperties>("vkEnumerateInstanceExtensionProperties", vkEnumerateInstanceExtensionProperties,
766 layer_name);
767 }
768
769 std::vector<VkPhysicalDevice> FindPhysicalDevices() {
770 return GetVector<VkPhysicalDevice>("vkEnumeratePhysicalDevices", vkEnumeratePhysicalDevices, instance);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected