Kohi Game Engine
vulkan_renderer_plugin_main.h
Go to the documentation of this file.
1 
12 #pragma once
13 
15 
23 
#define KAPI
Import/export qualifier.
Definition: defines.h:177
_Bool b8
8-bit boolean type
Definition: defines.h:58
A generic "interface" for the renderer plugin. The renderer backend is what is responsible for making...
Definition: renderer_types.h:225
KAPI void plugin_destroy(renderer_plugin *plugin)
Destroys the given renderer backend.
KAPI b8 plugin_create(renderer_plugin *out_plugin)
Creates a new renderer plugin of the given type.