hello vulkan
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "App.hpp"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
|
||||
std::cout << "hi mom !" << std::endl;
|
||||
|
||||
// create app and run
|
||||
App app;
|
||||
app.run();
|
||||
|
||||
Reference in New Issue
Block a user