Uses of Class
com.mojang.renderpearl.api.vertex.VertexFormat
Packages that use VertexFormat
Package
Description
-
Uses of VertexFormat in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexFormatModifier and TypeFieldDescriptionstatic final VertexFormatDefaultVertexFormat.BLOCKstatic final VertexFormatDefaultVertexFormat.CHUNK_DATA_INSTANCEDstatic final VertexFormatDefaultVertexFormat.ENTITYstatic final VertexFormatDefaultVertexFormat.ENTITY_GLINT_SPECIALprivate final VertexFormatBufferBuilder.formatprivate final VertexFormatMeshData.DrawState.formatThe field for theformatrecord component.static final VertexFormatDefaultVertexFormat.PARTICLEstatic final VertexFormatDefaultVertexFormat.POSITIONstatic final VertexFormatDefaultVertexFormat.POSITION_COLORstatic final VertexFormatDefaultVertexFormat.POSITION_COLOR_LIGHTMAPstatic final VertexFormatDefaultVertexFormat.POSITION_COLOR_LINE_WIDTHstatic final VertexFormatDefaultVertexFormat.POSITION_COLOR_NORMALstatic final VertexFormatDefaultVertexFormat.POSITION_COLOR_NORMAL_LINE_WIDTHstatic final VertexFormatDefaultVertexFormat.POSITION_COLOR_TEX_LIGHTMAPstatic final VertexFormatDefaultVertexFormat.POSITION_TEXstatic final VertexFormatDefaultVertexFormat.POSITION_TEX_COLORstatic final VertexFormatDefaultVertexFormat.POSITION_TEX_COLOR_NORMALstatic final VertexFormatDefaultVertexFormat.POSITION_TEX_LIGHTMAP_COLORMethods in com.mojang.blaze3d.vertex that return VertexFormatModifier and TypeMethodDescriptionMeshData.DrawState.format()Returns the value of theformatrecord component.Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifier and TypeMethodDescriptionstatic voidMeshData.decodeQuadCentroids(ByteBuffer vertexBuffer, int vertexCount, VertexFormat format, CompactVectorArray output, int outputIndex) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifierConstructorDescriptionBufferBuilder(ByteBufferBuilder buffer, PrimitiveTopology primitiveTopology, VertexFormat format) DrawState(VertexFormat format, int vertexCount, int indexCount, PrimitiveTopology primitiveTopology, IndexType indexType) Creates an instance of aDrawStaterecord class. -
Uses of VertexFormat in com.mojang.renderpearl.api.pipeline
Fields in com.mojang.renderpearl.api.pipeline declared as VertexFormatModifier and TypeFieldDescriptionprivate final @Nullable VertexFormat[]RenderPipeline.Builder.vertexFormatPerBufferprivate final @Nullable VertexFormat[]RenderPipeline.Snippet.vertexFormatPerBufferThe field for thevertexFormatPerBufferrecord component.Fields in com.mojang.renderpearl.api.pipeline with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate final List<@Nullable VertexFormat> RenderPipeline.vertexFormatPerBufferMethods in com.mojang.renderpearl.api.pipeline that return VertexFormatModifier and TypeMethodDescriptionRenderPipeline.getVertexFormatBinding(int bindingIndex) RenderPipeline.Snippet.vertexFormatPerBuffer()Returns the value of thevertexFormatPerBufferrecord component.Methods in com.mojang.renderpearl.api.pipeline that return types with arguments of type VertexFormatMethods in com.mojang.renderpearl.api.pipeline with parameters of type VertexFormatModifier and TypeMethodDescriptionRenderPipeline.Builder.withVertexBinding(int bindingIndex, VertexFormat vertexFormat) Constructors in com.mojang.renderpearl.api.pipeline with parameters of type VertexFormatModifierConstructorDescriptionprotectedRenderPipeline(Identifier location, Map<ShaderType, Identifier> shaders, ShaderDefines shaderDefines, Collection<BindGroupLayout> bindGroupLayouts, @Nullable ColorTargetState[] colorTargetStates, @Nullable DepthStencilState depthStencilState, PolygonMode polygonMode, boolean cull, @Nullable VertexFormat[] vertexFormatPerBuffer, PrimitiveTopology primitiveTopology, int pushConstantSize, int sortKey) Snippet(Map<ShaderType, Identifier> shaders, Optional<ShaderDefines> shaderDefines, Optional<List<BindGroupLayout>> bindGroupLayouts, @Nullable ColorTargetState[] colorTargetStates, int activeColorTargetStateCount, Optional<DepthStencilState> depthStencilState, Optional<PolygonMode> polygonMode, Optional<Boolean> cull, @Nullable VertexFormat[] vertexFormatPerBuffer, Optional<PrimitiveTopology> vertexFormatMode, int pushConstantSize) Creates an instance of aSnippetrecord class. -
Uses of VertexFormat in com.mojang.renderpearl.api.vertex
Methods in com.mojang.renderpearl.api.vertex that return VertexFormat -
Uses of VertexFormat in com.mojang.renderpearl.frontend
Fields in com.mojang.renderpearl.frontend with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate final List<@Nullable VertexFormat> FrontendRenderPipeline.vertexFormatsThe field for thevertexFormatsrecord component.Methods in com.mojang.renderpearl.frontend that return types with arguments of type VertexFormatModifier and TypeMethodDescriptionFrontendRenderPipeline.vertexFormats()Returns the value of thevertexFormatsrecord component.Constructor parameters in com.mojang.renderpearl.frontend with type arguments of type VertexFormatModifierConstructorDescriptionFrontendRenderPipeline(String name, BackendRenderPipeline backendRenderPipeline, List<@Nullable VertexFormat> vertexFormats, it.unimi.dsi.fastutil.objects.Object2IntMap<String> uniformIndices, List<BindGroupLayout.UniformDescription> uniforms, List<@Nullable ColorTargetState> colorTargetStates, boolean wantsDepthTexture, int pushConstantSize) Creates an instance of aFrontendRenderPipelinerecord class. -
Uses of VertexFormat in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as VertexFormatMethods in net.minecraft.client.renderer with parameters of type VertexFormatModifier and TypeMethodDescriptionStagedVertexBuffer.appendDraw(VertexFormat format, PrimitiveTopology primitiveTopology) StagedVertexBuffer.appendDraw(VertexFormat format, PrimitiveTopology primitiveTopology, @Nullable VertexSorting quadSorting) Constructors in net.minecraft.client.renderer with parameters of type VertexFormatModifierConstructorDescriptionprivateDraw(VertexFormat format, PrimitiveTopology primitiveTopology, @Nullable VertexSorting quadSorting) -
Uses of VertexFormat in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk that return VertexFormat -
Uses of VertexFormat in net.minecraft.client.renderer.rendertype
Methods in net.minecraft.client.renderer.rendertype that return VertexFormat