Uses of Class
com.mojang.blaze3d.vertex.UberGpuBuffer
Packages that use UberGpuBuffer
-
Uses of UberGpuBuffer in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as UberGpuBufferModifier and TypeFieldDescriptionprivate final @Nullable UberGpuBuffer<SectionMesh> SectionRenderDispatcher.SectionUberBuffers.indexBufferThe field for theindexBufferrecord component.private final UberGpuBuffer<SectionMesh> SectionRenderDispatcher.SectionUberBuffers.vertexBufferThe field for thevertexBufferrecord component.Methods in net.minecraft.client.renderer.chunk that return UberGpuBufferModifier and TypeMethodDescription@Nullable UberGpuBuffer<SectionMesh> SectionRenderDispatcher.SectionUberBuffers.indexBuffer()Returns the value of theindexBufferrecord component.SectionRenderDispatcher.SectionUberBuffers.vertexBuffer()Returns the value of thevertexBufferrecord component.Constructors in net.minecraft.client.renderer.chunk with parameters of type UberGpuBufferModifierConstructorDescriptionprivateSectionUberBuffers(UberGpuBuffer<SectionMesh> vertexBuffer, @Nullable UberGpuBuffer<SectionMesh> indexBuffer) Creates an instance of aSectionUberBuffersrecord class.