vk-bootstrap/tests/test.cpp
Charles Giessen 39a3c37465 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 16:23:47 -07:00

9 lines
97 B
C++

#include <stdio.h>
#include "common.h"
#include <catch2/catch.hpp>
#define CATCH_CONFIG_MAIN