kiba-engine
shader.h
1 #pragma once
2 
3 #include <kiba/renderer/vulkan/common.h>
4 
5 b8 vulkan_shader_create(vulkan_context *context, const char *path, shader_type type);
6 
7 void vulkan_shader_destroy(vulkan_context *context);