tview/lib/backends/tex_inspect_opengl.h

10 lines
240 B
C
Raw Normal View History

2024-06-12 10:03:06 -04:00
// ImGuiTexInspect, a texture inspector widget for dear imgui
#pragma once
#include <stddef.h>
namespace ImGuiTexInspect
{
bool ImplOpenGL3_Init(const char *glsl_version = NULL);
void ImplOpenGl3_Shutdown();
} // namespace ImGuiTexInspect