able to comple with tex inspect
This commit is contained in:
9
lib/backends/tex_inspect_opengl.h
Normal file
9
lib/backends/tex_inspect_opengl.h
Normal file
@ -0,0 +1,9 @@
|
||||
// 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
|
Reference in New Issue
Block a user