tex_inspect_opengl.h 240 B

123456789
  1. // ImGuiTexInspect, a texture inspector widget for dear imgui
  2. #pragma once
  3. #include <stddef.h>
  4. namespace ImGuiTexInspect
  5. {
  6. bool ImplOpenGL3_Init(const char *glsl_version = NULL);
  7. void ImplOpenGl3_Shutdown();
  8. } // namespace ImGuiTexInspect