mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-10 10:51:49 +00:00
39a3c37465
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.
9 lines
97 B
C++
9 lines
97 B
C++
|
|
#include <stdio.h>
|
|
|
|
#include "common.h"
|
|
|
|
#include <catch2/catch.hpp>
|
|
|
|
#define CATCH_CONFIG_MAIN
|