kiba-engine
device.h
1 #pragma once
2 
3 #include <kiba/renderer/vulkan/common.h>
4 
5 b8 vulkan_device_create(vulkan_context *context);
6 
7 void vulkan_device_destroy(vulkan_context *context);