vulkan_test2

view src/vksdr.h @ 9:5fbfd7f8fc24

minor
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 22 Jun 2018 02:40:22 +0300
parents
children
line source
1 #ifndef VKSDR_H_
2 #define VKSDR_H_
4 #include <vulkan/vulkan.h>
6 VkShaderModule vku_load_shader(const char *fname);
7 void vku_destroy_shader(VkShaderModule sdr);
9 #endif /* VKSDR_H_ */