java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.render.GL1_19
mods.thecomputerizer.theimpossiblelibrary.shared.v19.m4.client.render.GL1_19_4
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.client.render.GLAPI

public class GL1_19_4 extends mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.render.GL1_19
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.render.GL1_19

    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)
     
    protected com.mojang.blaze3d.vertex.VertexConsumer
    vertex(double x, double y, double z)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.render.GL1_19

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

    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_19_4

      public GL1_19_4()
  • 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.v19.client.render.GL1_19
    • vertex

      protected com.mojang.blaze3d.vertex.VertexConsumer vertex(double x, double y, double z)
      Overrides:
      vertex in class mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.render.GL1_19