Monad Engine da02fba2
> Undercity Codex_
Loading...
Searching...
No Matches
preview_main.cpp File Reference

Standalone smoke-test for the Vulkan preview scaffold. More...

#include <cmath>
#include <cstdio>
#include <stdexcept>
#include <GLFW/glfw3.h>
#include "graphics/vulkan/Context.h"
#include "graphics/vulkan/Renderer.h"
#include "graphics/vulkan/Swapchain.h"
+ Include dependency graph for preview_main.cpp:

Go to the source code of this file.

Macros

#define GLFW_INCLUDE_VULKAN
 

Functions

int main ()
 

Detailed Description

Standalone smoke-test for the Vulkan preview scaffold.

Builds when MONAD_VULKAN_PREVIEW=ON. Not linked into the main game; this executable exists so we can iterate on the Vulkan backend without touching the working OpenGL render path.

Run: bin/debug/vulkan_preview Quit: ESC, or close the window.

Definition in file preview_main.cpp.

Macro Definition Documentation

◆ GLFW_INCLUDE_VULKAN

#define GLFW_INCLUDE_VULKAN

Definition at line 17 of file preview_main.cpp.

Function Documentation

◆ main()