able to comple with tex inspect

This commit is contained in:
2024-06-12 10:03:06 -04:00
parent 803d1e17ec
commit 913a0429bd
6 changed files with 2438 additions and 3 deletions

View 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