Class VertexBufferMixin

java.lang.Object
foundry.veil.mixin.client.pipeline.VertexBufferMixin
All Implemented Interfaces:
VertexBufferExtension

public abstract class VertexBufferMixin extends Object implements VertexBufferExtension
  • 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:
      drawInstanced in interface VertexBufferExtension