Class ElementBuffer
java.lang.Object
com.jozufozu.flywheel.backend.model.ElementBuffer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.mojang.blaze3d.vertex.VertexFormat.IndexTypeprotected final int -
Constructor Summary
ConstructorsConstructorDescriptionElementBuffer(int backing, int elementCount, com.mojang.blaze3d.vertex.VertexFormat.IndexType indexType) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind()com.mojang.blaze3d.vertex.VertexFormat.IndexTypeint
-
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()
-