Klasse ImGuiImplGl3.Data

java.lang.Object
de.luckymcdev.foundryengine.client.imgui.backend.ImGuiImplGl3.Data
Umschließende Klasse:
ImGuiImplGl3

protected static class ImGuiImplGl3.Data extends Object
Data class to store implementation specific fields. Same as ImGui_ImplOpenGL3_Data.
  • 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

      protected String 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()