implemented vulkan instance creation
This commit is contained in:
parent
84ee267b5d
commit
89edee7249
11 changed files with 208 additions and 10 deletions
8
vk/instance.h
Normal file
8
vk/instance.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef INSTANCE_H
|
||||
#define INSTANCE_H
|
||||
|
||||
#include "../rendering/renderer.h"
|
||||
|
||||
void vk_instance_init(struct renderer_context *context);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue