Class ImGuiImplGl3.Data
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.backend.ImGuiImplGl3.Data
- Enclosing class:
ImGuiImplGl3
Data class to store implementation specific fields.
Same as
ImGui_ImplOpenGL3_Data.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected Stringprotected intprotected booleanprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
glVersion
protected int glVersion -
glslVersion
-
fontTexture
protected int fontTexture -
shaderHandle
protected int shaderHandle -
attribLocationTex
protected int attribLocationTex -
attribLocationProjMtx
protected int attribLocationProjMtx -
attribLocationVtxPos
protected int attribLocationVtxPos -
attribLocationVtxUV
protected int attribLocationVtxUV -
attribLocationVtxColor
protected int attribLocationVtxColor -
vboHandle
protected int vboHandle -
elementsHandle
protected int elementsHandle -
hasClipOrigin
protected boolean hasClipOrigin
-
-
Constructor Details
-
Data
protected Data()
-