Kohi Game Engine
vulkan_renderer_plugin_main.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#include <
plugins/plugin_types.h
>
15
22
KAPI
b8
kplugin_create
(
kruntime_plugin
* out_plugin);
23
29
KAPI
void
kplugin_destroy
(
kruntime_plugin
* plugin);
KAPI
#define KAPI
Import/export qualifier.
Definition:
defines.h:205
b8
_Bool b8
8-bit boolean type
Definition:
defines.h:58
plugin_types.h
kruntime_plugin
Definition:
plugin_types.h:33
kplugin_destroy
KAPI void kplugin_destroy(kruntime_plugin *plugin)
Destroys the given plugin.
kplugin_create
KAPI b8 kplugin_create(kruntime_plugin *out_plugin)
Creates a new runtime plugin of the renderer type.
kohi.plugin.renderer.vulkan
src
vulkan_renderer_plugin_main.h
Generated by
1.9.1