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

Function volkLoadInstance

Source/ThirdParty/volk/volk.cpp:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void volkLoadInstance(VkInstance instance)
161{
162 loadedInstance = instance;
163 volkGenLoadInstance(instance, vkGetInstanceProcAddrStub);
164 volkGenLoadDevice(instance, vkGetInstanceProcAddrStub);
165}
166
167void volkLoadInstanceOnly(VkInstance instance)
168{

Callers 1

CreateMethod · 0.85

Calls 2

volkGenLoadInstanceFunction · 0.85
volkGenLoadDeviceFunction · 0.85

Tested by

no test coverage detected