Package com.mojang.blaze3d.systems
Class RenderSystem.AutoStorageIndexBuffer
java.lang.Object
com.mojang.blaze3d.systems.RenderSystem.AutoStorageIndexBuffer
- Enclosing class:
- RenderSystem
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static interface
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final RenderSystem.AutoStorageIndexBuffer.IndexGeneratorprivate intprivate final intprivate intprivate VertexFormat.IndexTypeprivate final int
- 
Constructor SummaryConstructorsConstructorDescriptionAutoStorageIndexBuffer(int p_157472_, int p_157473_, RenderSystem.AutoStorageIndexBuffer.IndexGenerator p_157474_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbind(int p_221947_) private voidensureStorage(int p_157477_) booleanhasStorage(int p_221945_) private it.unimi.dsi.fastutil.ints.IntConsumerintConsumer(ByteBuffer p_157479_) type()
- 
Field Details- 
vertexStrideprivate final int vertexStride
- 
indexStrideprivate final int indexStride
- 
generator
- 
nameprivate int name
- 
type
- 
indexCountprivate int indexCount
 
- 
- 
Constructor Details- 
AutoStorageIndexBufferAutoStorageIndexBuffer(int p_157472_, int p_157473_, RenderSystem.AutoStorageIndexBuffer.IndexGenerator p_157474_) 
 
- 
- 
Method Details- 
hasStoragepublic boolean hasStorage(int p_221945_) 
- 
bindpublic void bind(int p_221947_) 
- 
ensureStorageprivate void ensureStorage(int p_157477_) 
- 
intConsumer
- 
type
 
-