Class ElementBuffer

java.lang.Object
com.jozufozu.flywheel.backend.model.ElementBuffer

public class ElementBuffer extends Object
  • Field Details

    • elementCount

      protected final int elementCount
    • eboIndexType

      protected final com.mojang.blaze3d.vertex.VertexFormat.IndexType eboIndexType
  • Constructor Details

    • ElementBuffer

      public ElementBuffer(int backing, int elementCount, com.mojang.blaze3d.vertex.VertexFormat.IndexType indexType)
  • Method Details

    • bind

      public void bind()
    • getElementCount

      public int getElementCount()
    • getEboIndexType

      public com.mojang.blaze3d.vertex.VertexFormat.IndexType getEboIndexType()