Klasse ImGuiImplGl3.Data
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.backend.ImGuiImplGl3.Data
- Umschließende Klasse:
ImGuiImplGl3
Data class to store implementation specific fields.
Same as
ImGui_ImplOpenGL3_Data.-
Feldübersicht
FelderModifikator und TypFeldBeschreibungprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected org.lwjgl.opengl.GLCapabilitiesprotected booleanprotected booleanprotected intprotected Stringprotected intprotected booleanprotected booleanprotected booleanprotected intprotected intprotected int -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
glVersion
protected int glVersion -
glProfileIsES3
protected boolean glProfileIsES3 -
glProfileIsCompat
protected boolean glProfileIsCompat -
glProfileMask
protected int glProfileMask -
maxTextureSize
protected int maxTextureSize -
glCapabilities
protected org.lwjgl.opengl.GLCapabilities glCapabilities -
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 -
hasPolygonMode
protected boolean hasPolygonMode -
hasBindSampler
protected boolean hasBindSampler -
hasClipOrigin
protected boolean hasClipOrigin
-
-
Konstruktordetails
-
Data
protected Data()
-