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

Method initLayerSettings

layersvt/api_dump.h:856–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854 }
855
856 void initLayerSettings(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator) {
857 this->dump_settings.init(pCreateInfo, pAllocator);
858 }
859
860 uint64_t frameCount() {
861 std::lock_guard<std::mutex> lg(frame_mutex);

Callers 1

vkCreateInstanceFunction · 0.80

Calls 1

initMethod · 0.45

Tested by

no test coverage detected