mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-22 15:24:34 +00:00
d9ca075c86
Library contains barebones implementations for simplified Instance creation Physical Device selection Device creation Swapchain Creation/Recreation Much of the repo is WIP, and there is little to no testing. Also, while a single header file is desired for the future, currently it is structured more like a normal project with .cpp files
5 lines
78 B
C
5 lines
78 B
C
#pragma once
|
|
|
|
#include "Instance.h"
|
|
#include "Device.h"
|
|
#include "Swapchain.h" |