Class InferredVertexFormatInfo
java.lang.Object
com.jozufozu.flywheel.impl.vertex.InferredVertexFormatInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal com.mojang.blaze3d.vertex.VertexFormatfinal intfinal intfinal intfinal intfinal int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
format
public final com.mojang.blaze3d.vertex.VertexFormat format -
positionOffset
public final int positionOffset -
colorOffset
public final int colorOffset -
textureOffset
public final int textureOffset -
overlayOffset
public final int overlayOffset -
lightOffset
public final int lightOffset -
normalOffset
public final int normalOffset
-
-
Constructor Details
-
InferredVertexFormatInfo
public InferredVertexFormatInfo(com.mojang.blaze3d.vertex.VertexFormat format)
-