Chronos 0.0
A advanced 2D rendering and animation system
|
Go to the source code of this file.
Functions | |
static void | framebuffer_size_callback (GLFWwindow *window, int width, int height) |
static std::vector< const char * > | getRequiredExtensions () |
Gets the required extensions to be enabled. | |
|
static |
Definition at line 30 of file engine.cpp.
References LOG, and Chronos::Engine::Engine::resizeFrameBuffer().
|
inlinestatic |
Gets the required extensions to be enabled.
The required extensions to be enabled include the GLFW extensions for graphics and presentation. Vulkan validation layers are also enabled.
Definition at line 305 of file engine.cpp.