Uses of Class
com.mojang.blaze3d.vertex.VertexFormat
Packages that use VertexFormat
Package
Description
-
Uses of VertexFormat in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as VertexFormatModifier and TypeFieldDescription(package private) final VertexFormat
VertexArrayCache.VertexArray.format
Fields in com.mojang.blaze3d.opengl with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate final Map
<VertexFormat, VertexArrayCache.VertexArray> VertexArrayCache.Emulated.cache
private final Map
<VertexFormat, VertexArrayCache.VertexArray> VertexArrayCache.Separate.cache
Methods in com.mojang.blaze3d.opengl with parameters of type VertexFormatModifier and TypeMethodDescriptionabstract void
VertexArrayCache.bindVertexArray
(VertexFormat pFormat, GlBuffer pBuffer) void
VertexArrayCache.Emulated.bindVertexArray
(VertexFormat pFormat, GlBuffer pBuffer) void
VertexArrayCache.Separate.bindVertexArray
(VertexFormat pFormat, GlBuffer pBuffer) static GlProgram
GlProgram.link
(GlShaderModule pVertexShader, GlShaderModule pFragmentShader, VertexFormat pVertexFormat, String pDebugLabel) private static void
VertexArrayCache.Emulated.setupCombinedAttributes
(VertexFormat pVertexFormat, boolean pEnabled) Constructors in com.mojang.blaze3d.opengl with parameters of type VertexFormatModifierConstructorDescription(package private)
VertexArray
(int pId, VertexFormat pFormat, GlBuffer pLastVertexBuffer) -
Uses of VertexFormat in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as VertexFormatFields in com.mojang.blaze3d.pipeline with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate Optional
<VertexFormat> RenderPipeline.Builder.vertexFormat
private final Optional
<VertexFormat> RenderPipeline.Snippet.vertexFormat
The field for thevertexFormat
record component.Methods in com.mojang.blaze3d.pipeline that return VertexFormatMethods in com.mojang.blaze3d.pipeline that return types with arguments of type VertexFormatModifier and TypeMethodDescriptionRenderPipeline.Snippet.vertexFormat()
Returns the value of thevertexFormat
record component.Methods in com.mojang.blaze3d.pipeline with parameters of type VertexFormatModifier and TypeMethodDescriptionRenderPipeline.Builder.withVertexFormat
(VertexFormat pVertexFormat, VertexFormat.Mode pVertexFormatMode) Constructors in com.mojang.blaze3d.pipeline with parameters of type VertexFormatModifierConstructorDescriptionprotected
RenderPipeline
(ResourceLocation pLocation, ResourceLocation pVertexShader, ResourceLocation pFragmentShader, ShaderDefines pShaderDefines, List<String> pSamplers, List<RenderPipeline.UniformDescription> pUniforms, Optional<BlendFunction> pBlendFunction, DepthTestFunction pDepthTestFunction, PolygonMode pPolygonMode, boolean pCull, boolean pWriteColor, boolean pWriteAlpha, boolean pWriteDepth, LogicOp pColorLogic, VertexFormat pVertexFormat, VertexFormat.Mode pVertexFormatMode, float pDepthBiasScaleFactor, float pDepthBiasConstant, int pSortKey) -
Uses of VertexFormat in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexFormatModifier and TypeFieldDescriptionstatic final VertexFormat
DefaultVertexFormat.BLIT_SCREEN
static final VertexFormat
DefaultVertexFormat.BLOCK
static final VertexFormat
DefaultVertexFormat.EMPTY
private final VertexFormat
BufferBuilder.format
private final VertexFormat
MeshData.DrawState.format
The field for theformat
record component.static final VertexFormat
DefaultVertexFormat.NEW_ENTITY
static final VertexFormat
DefaultVertexFormat.PARTICLE
static final VertexFormat
DefaultVertexFormat.POSITION
static final VertexFormat
DefaultVertexFormat.POSITION_COLOR
static final VertexFormat
DefaultVertexFormat.POSITION_COLOR_LIGHTMAP
static final VertexFormat
DefaultVertexFormat.POSITION_COLOR_NORMAL
static final VertexFormat
DefaultVertexFormat.POSITION_COLOR_TEX_LIGHTMAP
static final VertexFormat
DefaultVertexFormat.POSITION_TEX
static final VertexFormat
DefaultVertexFormat.POSITION_TEX_COLOR
static final VertexFormat
DefaultVertexFormat.POSITION_TEX_COLOR_NORMAL
static final VertexFormat
DefaultVertexFormat.POSITION_TEX_LIGHTMAP_COLOR
Methods in com.mojang.blaze3d.vertex that return VertexFormatModifier and TypeMethodDescriptionVertexFormat.Builder.build()
MeshData.DrawState.format()
Returns the value of theformat
record component.Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifier and TypeMethodDescriptionTesselator.begin
(VertexFormat.Mode pMode, VertexFormat pFormat) private static org.joml.Vector3f[]
MeshData.unpackQuadCentroids
(ByteBuffer p_350488_, int p_350671_, VertexFormat p_350665_) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifierConstructorDescriptionBufferBuilder
(ByteBufferBuilder pBuffer, VertexFormat.Mode pMode, VertexFormat pFormat) DrawState
(VertexFormat format, int vertexCount, int indexCount, VertexFormat.Mode mode, VertexFormat.IndexType indexType) Creates an instance of aDrawState
record class. -
Uses of VertexFormat in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate final Map
<VertexFormat, MappableRingBuffer> GuiRenderer.vertexBuffers
Methods in net.minecraft.client.gui.render that return types with arguments of type VertexFormatModifier and TypeMethodDescriptionprivate it.unimi.dsi.fastutil.objects.Object2IntMap
<VertexFormat> GuiRenderer.calculatedRequiredVertexBufferSizes()
-
Uses of VertexFormat in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return VertexFormatModifier and TypeMethodDescriptionRenderType.CompositeRenderType.format()
abstract VertexFormat
RenderType.format()
-
Uses of VertexFormat in net.neoforged.neoforge.client.model.pipeline
Fields in net.neoforged.neoforge.client.model.pipeline declared as VertexFormatConstructors in net.neoforged.neoforge.client.model.pipeline with parameters of type VertexFormatModifierConstructorDescriptionRemappingVertexPipeline
(VertexConsumer parent, VertexFormat targetFormat)