类 RenderSystem.AutoStorageIndexBuffer
java.lang.Object
com.mojang.blaze3d.systems.RenderSystem.AutoStorageIndexBuffer
- 封闭类:
RenderSystem
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private GpuBuffer
private final RenderSystem.AutoStorageIndexBuffer.IndexGenerator
private int
private final int
private VertexFormat.IndexType
private final int
-
构造器概要
构造器构造器说明AutoStorageIndexBuffer
(int p_157472_, int p_157473_, RenderSystem.AutoStorageIndexBuffer.IndexGenerator p_157474_) -
方法概要
修饰符和类型方法说明void
bind
(int p_221947_) private void
ensureStorage
(int p_157477_) boolean
hasStorage
(int p_221945_) private it.unimi.dsi.fastutil.ints.IntConsumer
intConsumer
(ByteBuffer p_157479_) type()
-
字段详细资料
-
vertexStride
private final int vertexStride -
indexStride
private final int indexStride -
generator
-
buffer
-
type
-
indexCount
private int indexCount
-
-
构造器详细资料
-
AutoStorageIndexBuffer
AutoStorageIndexBuffer(int p_157472_, int p_157473_, RenderSystem.AutoStorageIndexBuffer.IndexGenerator p_157474_)
-
-
方法详细资料
-
hasStorage
public boolean hasStorage(int p_221945_) -
bind
public void bind(int p_221947_) -
ensureStorage
private void ensureStorage(int p_157477_) -
intConsumer
-
type
-