类 BufferBuilder.SortState
java.lang.Object
com.mojang.blaze3d.vertex.BufferBuilder.SortState
- 封闭类:
- BufferBuilder
-
字段概要
字段修饰符和类型字段说明(专用程序包) final VertexFormat.Mode
(专用程序包) final VertexSorting
(专用程序包) final org.joml.Vector3f[]
(专用程序包) final int
-
构造器概要
构造器构造器说明SortState
(VertexFormat.Mode pMode, int pVertices, org.joml.Vector3f[] pSortingPoints, VertexSorting pSorting) -
方法概要
-
字段详细资料
-
mode
-
vertices
final int vertices -
sortingPoints
@Nullable final org.joml.Vector3f[] sortingPoints -
sorting
-
-
构造器详细资料
-
SortState
SortState(VertexFormat.Mode pMode, int pVertices, @Nullable org.joml.Vector3f[] pSortingPoints, @Nullable VertexSorting pSorting)
-