java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.client.render.GL1_20
mods.thecomputerizer.theimpossiblelibrary.shared.v20.m6.client.render.GL1_20_6
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.client.render.GLAPI

public class GL1_20_6 extends mods.thecomputerizer.theimpossiblelibrary.shared.v20.client.render.GL1_20
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.client.render.GL1_20

    a, b, g, r, workingBuffer, workingFormat, workingPose
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.mojang.blaze3d.vertex.VertexConsumer
    normal(com.mojang.blaze3d.vertex.VertexConsumer consumer, float x, float y, float z)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.client.render.GL1_20

    directBegin, directEnd, directVertexD, directVertexD, directVertexF, directVertexF, disable, enable, lines, lineStrip, normalizedVertex, quads, scissor, scissorTest, setLineWidth, setWorkingMatrix, triangleFan, triangles, vertex

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.client.render.GLAPI

    normalizedVertex, normalizedVertex, normalizedVertex, normalizedVertex, normalizedVertex2D, normalizedVertex2D, normalizedVertex2D, normalizedVertex2D, normalizedVertex2D
  • Constructor Details

    • GL1_20_6

      public GL1_20_6()
  • Method Details

    • normal

      protected com.mojang.blaze3d.vertex.VertexConsumer normal(com.mojang.blaze3d.vertex.VertexConsumer consumer, float x, float y, float z)
      Overrides:
      normal in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.client.render.GL1_20