Uses of Class
com.mojang.blaze3d.vertex.VertexBuffer
Package
Description
-
Uses of VertexBuffer in com.mojang.blaze3d.vertex
Modifier and TypeFieldDescriptionprivate VertexBuffer
VertexFormat.immediateDrawVertexBuffer
private static VertexBuffer
BufferUploader.lastImmediateBuffer
Modifier and TypeMethodDescriptionprivate static VertexBuffer
BufferUploader.bindImmediateBuffer
(VertexFormat p_231207_) VertexFormat.getImmediateDrawVertexBuffer()
private static VertexBuffer
Modifier and TypeMethodDescriptionprivate static void
BufferUploader.bindImmediateBuffer
(VertexBuffer p_231205_) -
Uses of VertexBuffer in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate VertexBuffer
LevelRenderer.cloudBuffer
private VertexBuffer
LevelRenderer.darkBuffer
private VertexBuffer
LevelRenderer.skyBuffer
private VertexBuffer
LevelRenderer.starBuffer
-
Uses of VertexBuffer in net.minecraft.client.renderer.chunk
Modifier and TypeFieldDescriptionprivate final Map
<RenderType, VertexBuffer> SectionRenderDispatcher.RenderSection.buffers
Modifier and TypeMethodDescriptionSectionRenderDispatcher.RenderSection.getBuffer
(RenderType p_294497_) Modifier and TypeMethodDescriptionSectionRenderDispatcher.uploadSectionIndexBuffer
(ByteBufferBuilder.Result p_350933_, VertexBuffer p_350643_) SectionRenderDispatcher.uploadSectionLayer
(MeshData p_350732_, VertexBuffer p_294163_)