1#ifndef INCLUDE_COREIMGUI_COREIMGUI_H_
2#define INCLUDE_COREIMGUI_COREIMGUI_H_
4#include "SDL3/SDL_gpu.h"
16 static SDL_GPUTextureSamplerBinding
bind;
static void ShowProjectWindow()
Definition ImGuiCore.cpp:317
static void InitImGuiStyle()
Definition ImGuiCore.cpp:111
static void Draw()
Definition ImGuiCore.cpp:75
static void ShowProjectRendered()
Definition ImGuiCore.cpp:331
static void TB_ProjectSelector()
Definition ImGuiCore.cpp:231
static void ShowToolBox()
Definition ImGuiCore.cpp:214
static void TB_ResolutionSlider()
Definition ImGuiCore.cpp:271
static bool HandleWindowResize()
Definition ImGuiCore.cpp:194
static SDL_GPUTextureSamplerBinding bind
Definition ImGuiCore.h:16
static void SetImGuiWindowProportions()
Definition ImGuiCore.cpp:161
static void Update()
Definition ImGuiCore.cpp:59
static void Init()
Definition ImGuiCore.cpp:21
static void Quit()
Definition ImGuiCore.cpp:50
static void ShowConsole()
Definition ImGuiCore.cpp:285