MCPcopy Create free account
hub / github.com/defold/defold / NativeInit

Function NativeInit

engine/graphics/src/vulkan/graphics_native.cpp:80–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 bool NativeInit(const ContextParams& params)
81 {
82#if ANDROID
83 if (!LoadVulkanLibrary())
84 {
85 dmLogError("Could not load Vulkan functions.");
86 return false;
87 }
88#endif
89 return true;
90 }
91
92 void NativeExit()
93 {

Callers 1

VulkanNewContextFunction · 0.85

Calls 1

LoadVulkanLibraryFunction · 0.85

Tested by

no test coverage detected