|
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 | kplugin_create (kruntime_plugin *out_plugin) |
| Creates a new runtime plugin of the renderer type. More... | |
| KAPI void | kplugin_destroy (kruntime_plugin *plugin) |
| Destroys the given plugin. More... | |
Hosts creation and destruction methods for the renderer backend.
| KAPI b8 kplugin_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 kplugin_destroy | ( | kruntime_plugin * | plugin | ) |
Destroys the given plugin.
| plugin | A pointer to the runtime plugin to be destroyed. |