MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / Validate

Method Validate

vkconfig_core/vulkan_util.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100bool VulkanFunctions::Validate() const {
101 return this->EnumerateInstanceVersion != nullptr && this->EnumerateInstanceLayerProperties != nullptr &&
102 this->EnumeratePhysicalDevices != nullptr && this->EnumerateInstanceExtensionProperties != nullptr &&
103 this->CreateInstance != nullptr && this->DestroyInstance != nullptr && this->GetPhysicalDeviceProperties2 != nullptr;
104}
105
106static VkResult CreateInstance(const VulkanFunctions &vk, VkInstance &instance) {
107 uint32_t property_count = 0;

Callers 2

BuildVulkanSystemInfoFunction · 0.45
GenerateLoaderLogFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected