Class DefaultVertexFormat

java.lang.Object
com.mojang.blaze3d.vertex.DefaultVertexFormat

public class DefaultVertexFormat extends Object
  • Field Details

    • POSITION_SEMANTIC_NAME

      public static final String POSITION_SEMANTIC_NAME
      See Also:
    • COLOR_SEMANTIC_NAME

      public static final String COLOR_SEMANTIC_NAME
      See Also:
    • UV0_SEMANTIC_NAME

      public static final String UV0_SEMANTIC_NAME
      See Also:
    • UV1_SEMANTIC_NAME

      public static final String UV1_SEMANTIC_NAME
      See Also:
    • UV2_SEMANTIC_NAME

      public static final String UV2_SEMANTIC_NAME
      See Also:
    • NORMAL_SEMANTIC_NAME

      public static final String NORMAL_SEMANTIC_NAME
      See Also:
    • LINE_WIDTH_SEMANTIC_NAME

      public static final String LINE_WIDTH_SEMANTIC_NAME
      See Also:
    • POSITION_FORMAT

      private static final GpuFormat POSITION_FORMAT
    • COLOR_FORMAT

      private static final GpuFormat COLOR_FORMAT
    • UV0_FORMAT

      private static final GpuFormat UV0_FORMAT
    • UV1_FORMAT

      private static final GpuFormat UV1_FORMAT
    • UV2_FORMAT

      private static final GpuFormat UV2_FORMAT
    • NORMAL_FORMAT

      private static final GpuFormat NORMAL_FORMAT
    • LINE_WIDTH_FORMAT

      private static final GpuFormat LINE_WIDTH_FORMAT
    • BLOCK

      public static final VertexFormat BLOCK
    • ENTITY

      public static final VertexFormat ENTITY
    • PARTICLE

      public static final VertexFormat PARTICLE
    • POSITION

      public static final VertexFormat POSITION
    • POSITION_COLOR

      public static final VertexFormat POSITION_COLOR
    • POSITION_COLOR_NORMAL

      public static final VertexFormat POSITION_COLOR_NORMAL
    • POSITION_COLOR_LIGHTMAP

      public static final VertexFormat POSITION_COLOR_LIGHTMAP
    • POSITION_TEX

      public static final VertexFormat POSITION_TEX
    • POSITION_TEX_COLOR

      public static final VertexFormat POSITION_TEX_COLOR
    • POSITION_COLOR_TEX_LIGHTMAP

      public static final VertexFormat POSITION_COLOR_TEX_LIGHTMAP
    • POSITION_TEX_LIGHTMAP_COLOR

      public static final VertexFormat POSITION_TEX_LIGHTMAP_COLOR
    • POSITION_TEX_COLOR_NORMAL

      public static final VertexFormat POSITION_TEX_COLOR_NORMAL
    • POSITION_COLOR_LINE_WIDTH

      public static final VertexFormat POSITION_COLOR_LINE_WIDTH
    • POSITION_COLOR_NORMAL_LINE_WIDTH

      public static final VertexFormat POSITION_COLOR_NORMAL_LINE_WIDTH
  • Constructor Details

    • DefaultVertexFormat

      public DefaultVertexFormat()