Kohi Game Engine
vulkan_renderer_plugin_main.h File Reference

Hosts creation and destruction methods for the renderer backend. More...

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...
 

Detailed Description

Hosts creation and destruction methods for the renderer backend.

Author
Travis Vroman (travi.nosp@m.s@ko.nosp@m.hieng.nosp@m.ine..nosp@m.com)
Version
1.0
Date
2022-01-11

Function Documentation

◆ 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.

Parameters
out_pluginA pointer to hold the newly-created renderer plugin.
Returns
True if successful; otherwise false.

◆ kohi_plugin_renderer_vulkan_destroy()

KAPI void kohi_plugin_renderer_vulkan_destroy ( kruntime_plugin plugin)

Destroys the given plugin.

Parameters
pluginA pointer to the runtime plugin to be destroyed.