Package com.mojang.blaze3d.vertex
Class VertexFormat
java.lang.Object
com.mojang.blaze3d.vertex.VertexFormat
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
Modifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<String,
VertexFormatElement> private final com.google.common.collect.ImmutableList<VertexFormatElement>
private VertexBuffer
private final it.unimi.dsi.fastutil.ints.IntList
private final int
-
Constructor Summary
ConstructorDescriptionVertexFormat
(com.google.common.collect.ImmutableMap<String, VertexFormatElement> p_166910_) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private void
void
boolean
com.google.common.collect.ImmutableList<String>
com.google.common.collect.ImmutableMap<String,
VertexFormatElement> com.google.common.collect.ImmutableList<VertexFormatElement>
int
int
getOffset
(int index) int
boolean
hasColor()
int
hashCode()
boolean
boolean
boolean
hasUV
(int which) void
toString()
-
Field Details
-
elements
-
elementMapping
-
offsets
private final it.unimi.dsi.fastutil.ints.IntList offsets -
vertexSize
private final int vertexSize -
immediateDrawVertexBuffer
-
-
Constructor Details
-
VertexFormat
-
-
Method Details
-
toString
-
getIntegerSize
public int getIntegerSize() -
getVertexSize
public int getVertexSize() -
getElements
-
getElementAttributeNames
-
equals
-
hashCode
public int hashCode() -
setupBufferState
public void setupBufferState() -
_setupBufferState
private void _setupBufferState() -
clearBufferState
public void clearBufferState() -
_clearBufferState
private void _clearBufferState() -
getImmediateDrawVertexBuffer
-
getElementMapping
-
getOffset
public int getOffset(int index) -
hasPosition
public boolean hasPosition() -
hasNormal
public boolean hasNormal() -
hasColor
public boolean hasColor() -
hasUV
public boolean hasUV(int which)
-