implemented Vulkan surface creation
This commit is contained in:
parent
fa2a4887df
commit
b6b0c5091b
13 changed files with 128 additions and 18 deletions
9
rendering/vk/surface.h
Normal file
9
rendering/vk/surface.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef SURFACE_H
|
||||
#define SURFACE_H
|
||||
|
||||
#include "vk.h"
|
||||
|
||||
void vk_surface_init(struct renderer_context *context);
|
||||
void vk_surface_deinit(struct renderer_context *context);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue