This website requires JavaScript.
Explore
Help
Sign In
mirror
/
vk-bootstrap
Watch
1
Star
0
Fork
0
You've already forked vk-bootstrap
mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced
2024-11-22 23:24:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14541f447c
vk-bootstrap
/
tests
/
test.cpp
9 lines
97 B
C++
Raw
Normal View
History
Unescape
Escape
Moved all source code into 2 files This will make it easier to include in other projects. Revamped how pNext chains work to no longer cause crashes.
2020-01-31 22:23:22 +00:00
#
include
<stdio.h>
Fixed up swapchain, added an example based on vulkan-tutorial Now there is a concise example of the library in use all the way to presenting. Needs to be rewritten to remove exceptions, but for first pass its good enough.
2020-02-03 23:23:47 +00:00
#
include
"common.h"
Moved all source code into 2 files This will make it easier to include in other projects. Revamped how pNext chains work to no longer cause crashes.
2020-01-31 22:23:22 +00:00
#
include
<catch2/catch.hpp>
#
define CATCH_CONFIG_MAIN
Reference in New Issue
Copy Permalink