Class VertexBufferMixin
java.lang.Object
foundry.veil.mixin.client.pipeline.VertexBufferMixin
- All Implemented Interfaces:
VertexBufferExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawInstanced(int instances) protected abstract com.mojang.blaze3d.vertex.VertexFormat.IndexType
-
Constructor Details
-
VertexBufferMixin
public VertexBufferMixin()
-
-
Method Details
-
getIndexType
protected abstract com.mojang.blaze3d.vertex.VertexFormat.IndexType getIndexType() -
drawInstanced
public void drawInstanced(int instances) - Specified by:
drawInstancedin interfaceVertexBufferExtension
-