Skip to main content

Class ImGui_Impl_OpenGL3

Currently undocumented because it is a horrible mess. A near-direct port of https://github.com/ocornut/imgui/blob/master/examples/imgui_impl_opengl3.cpp State backup IS done for this renderer, because SDL does not play nicely when using OpenGL.

Assembly: ImGuiScene.dll
View Source
Declaration
public class ImGui_Impl_OpenGL3 : IImGuiRenderer

Implements:
ImGuiScene.IImGuiRenderer

Methods

RenderDrawData(ImDrawDataPtr)

View Source
Declaration
public void RenderDrawData(ImDrawDataPtr drawData)
Parameters
TypeName
ImGuiNET.ImDrawDataPtrdrawData

Init(params object[])

View Source
Declaration
public void Init(params object[] initParams)
Parameters
TypeName
System.Object[]initParams

Shutdown()

View Source
Declaration
public void Shutdown()

NewFrame()

View Source
Declaration
public void NewFrame()

Implements