Foundation
Loading...
Searching...
No Matches
Functions | Variables
SDLMain.cpp File Reference
#include "ImGui.hpp"
#include "EditorState.hpp"
#include <Core/BuildInfo.hpp>
#include <argh.h>
#include <algorithm>

Functions

bool EditorProcessEvent (SDL_Event *)
 
bool EditorOnFrame (FContext *)
 
void EditorCleanup ()
 
bool mainLoop ()
 
int main (int argc, char **argv)
 

Variables

constexpr int kSDLWindowFlagsVulkan = SDL_WINDOW_RESIZABLE | SDL_WINDOW_HIGH_PIXEL_DENSITY | SDL_WINDOW_VULKAN
 

Function Documentation

◆ EditorCleanup()

void EditorCleanup ( )
extern

◆ EditorOnFrame()

bool EditorOnFrame ( FContext context)
extern

◆ EditorProcessEvent()

bool EditorProcessEvent ( SDL_Event *  event)
extern

◆ main()

int main ( int  argc,
char **  argv 
)

◆ mainLoop()

bool mainLoop ( )

Variable Documentation

◆ kSDLWindowFlagsVulkan

constexpr int kSDLWindowFlagsVulkan = SDL_WINDOW_RESIZABLE | SDL_WINDOW_HIGH_PIXEL_DENSITY | SDL_WINDOW_VULKAN
constexpr