Uses of Class
com.mojang.blaze3d.vertex.VertexFormat.Builder
Packages that use VertexFormat.Builder
-
Uses of VertexFormat.Builder in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex that return VertexFormat.BuilderModifier and TypeMethodDescriptionVertexFormat.Builder.addAttribute(String name, int offset, int stride, GpuFormat elementFormat, int columnCount) VertexFormat.Builder.addAttribute(String name, int stride, GpuFormat elementFormat) VertexFormat.Builder.addAttribute(String name, GpuFormat elementFormat) VertexFormat.Builder.addAttribute(String name, GpuFormat elementFormat, int columnCount) static VertexFormat.BuilderVertexFormat.builder(int stepRate)