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
kohi_plugin_renderer_vulkan_create
(
kruntime_plugin
* out_plugin);
23
29
KAPI
void
kohi_plugin_renderer_vulkan_destroy
(
kruntime_plugin
* plugin);
KAPI
#define KAPI
Import/export qualifier.
Definition:
defines.h:209
b8
_Bool b8
8-bit boolean type
Definition:
defines.h:60
plugin_types.h
kruntime_plugin
Definition:
plugin_types.h:33
kohi_plugin_renderer_vulkan_create
KAPI b8 kohi_plugin_renderer_vulkan_create(kruntime_plugin *out_plugin)
Creates a new runtime plugin of the renderer type.
kohi_plugin_renderer_vulkan_destroy
KAPI void kohi_plugin_renderer_vulkan_destroy(kruntime_plugin *plugin)
Destroys the given plugin.
kohi.plugin.renderer.vulkan
src
vulkan_renderer_plugin_main.h
Generated by
1.9.1