yes
This commit is contained in:
4
kvf.h
4
kvf.h
@@ -56,6 +56,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* ============================================= Prototypes ============================================= */
|
||||
|
||||
VkInstance kvfCreateInstance(const char** extensionsEnabled, uint32_t extensionsCount);
|
||||
void kvfDestroyInstance(VkInstance instance);
|
||||
|
||||
@@ -69,6 +71,8 @@ VkDevice kvfCreateDefaultDevice(VkPhysicalDevice physical);
|
||||
VkDevice kvfCreateDevice(VkPhysicalDevice physical, const char** extensions, uint32_t extensions_count);
|
||||
void kvfDestroyDevice(VkDevice device);
|
||||
|
||||
/* ========================================== Implementation =========================================== */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user