mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-12 19:51:47 +00:00
7 lines
108 B
C++
7 lines
108 B
C++
|
#include "VkBootstrap.h"
|
||
|
|
||
|
int main() {
|
||
|
[[maybe_unused]] vkb::InstanceBuilder builder{};
|
||
|
return 0;
|
||
|
}
|