Class MeshVertexConsumerMixin
java.lang.Object
meteordevelopment.meteorclient.mixin.sodium.MeshVertexConsumerMixin
- All Implemented Interfaces:
net.caffeinemc.mods.sodium.api.vertex.buffer.VertexBufferWriter,net.minecraft.client.render.VertexConsumer
public abstract class MeshVertexConsumerMixin
extends Object
implements net.minecraft.client.render.VertexConsumer, net.caffeinemc.mods.sodium.api.vertex.buffer.VertexBufferWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpush(org.lwjgl.system.MemoryStack stack, long ptr, int count, net.caffeinemc.mods.sodium.api.vertex.format.VertexFormatDescription format) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.VertexConsumer
color, color, color, fixedColor, light, light, next, normal, normal, overlay, overlay, quad, quad, texture, unfixColor, vertex, vertex, vertex
-
Constructor Details
-
MeshVertexConsumerMixin
public MeshVertexConsumerMixin()
-
-
Method Details
-
push
public void push(org.lwjgl.system.MemoryStack stack, long ptr, int count, net.caffeinemc.mods.sodium.api.vertex.format.VertexFormatDescription format) - Specified by:
pushin interfacenet.caffeinemc.mods.sodium.api.vertex.buffer.VertexBufferWriter
-