![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
#include "imgui_impl_bgfx.h"
#include "../../imgui.h"
#include "bgfx/bgfx.h"
#include "bgfx/embedded_shader.h"
#include "bx/math.h"
#include "bx/timer.h"
#include "fs_ocornut_imgui.bin.h"
#include "vs_ocornut_imgui.bin.h"
Functions | |
void | ImGui_Implbgfx_RenderDrawLists (ImDrawData *draw_data) |
bool | ImGui_Implbgfx_CreateFontsTexture () |
bool | ImGui_Implbgfx_CreateDeviceObjects () |
void | ImGui_Implbgfx_InvalidateDeviceObjects () |
void | ImGui_Implbgfx_Init (int view) |
void | ImGui_Implbgfx_Shutdown () |
void | ImGui_Implbgfx_NewFrame () |
bool ImGui_Implbgfx_CreateDeviceObjects | ( | ) |
bool ImGui_Implbgfx_CreateFontsTexture | ( | ) |
void ImGui_Implbgfx_Init | ( | int | view | ) |
void ImGui_Implbgfx_InvalidateDeviceObjects | ( | ) |
void ImGui_Implbgfx_NewFrame | ( | ) |
void ImGui_Implbgfx_RenderDrawLists | ( | ImDrawData * | draw_data | ) |
void ImGui_Implbgfx_Shutdown | ( | ) |