|
Kohi Game Engine
|
Hosts creation and destruction methods for the renderer backend. More...
#include <plugins/plugin_types.h>Go to the source code of this file.
Functions | |
| KAPI b8 | kohi_plugin_renderer_vulkan_create (kruntime_plugin *out_plugin) |
| Creates a new runtime plugin of the renderer type. More... | |
| KAPI void | kohi_plugin_renderer_vulkan_destroy (kruntime_plugin *plugin) |
| Destroys the given plugin. More... | |
Hosts creation and destruction methods for the renderer backend.
| KAPI b8 kohi_plugin_renderer_vulkan_create | ( | kruntime_plugin * | out_plugin | ) |
Creates a new runtime plugin of the renderer type.
| out_plugin | A pointer to hold the newly-created renderer plugin. |
| KAPI void kohi_plugin_renderer_vulkan_destroy | ( | kruntime_plugin * | plugin | ) |
Destroys the given plugin.
| plugin | A pointer to the runtime plugin to be destroyed. |