Changeset 1ce9afe in opengl-game for vulkan-game.cpp
- Timestamp:
- Sep 2, 2019, 7:40:49 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 7fc5e27
- Parents:
- 301d0d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.cpp
r301d0d4 r1ce9afe 37 37 cout << "GUI init succeeded" << endl; 38 38 39 window = (SDL_Window*) gui->CreateWindow("Vulkan Game", width, height );39 window = (SDL_Window*) gui->CreateWindow("Vulkan Game", width, height, guiFlags | GUI_FLAGS_WINDOW_FULLSCREEN); 40 40 if (window == nullptr) { 41 41 cout << "Window could not be created!" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.