| 165 | } |
| 166 | |
| 167 | void volkLoadInstanceOnly(VkInstance instance) |
| 168 | { |
| 169 | loadedInstance = instance; |
| 170 | volkGenLoadInstance(instance, vkGetInstanceProcAddrStub); |
| 171 | } |
| 172 | |
| 173 | VkInstance volkGetLoadedInstance(void) |
| 174 | { |
nothing calls this directly
no test coverage detected