MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / volkLoadInstanceOnly

Function volkLoadInstanceOnly

Source/ThirdParty/volk/volk.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void volkLoadInstanceOnly(VkInstance instance)
168{
169 loadedInstance = instance;
170 volkGenLoadInstance(instance, vkGetInstanceProcAddrStub);
171}
172
173VkInstance volkGetLoadedInstance(void)
174{

Callers

nothing calls this directly

Calls 1

volkGenLoadInstanceFunction · 0.85

Tested by

no test coverage detected