Interface VertexAttribute

All Known Implementing Classes:
VertexAttribute.Float, VertexAttribute.Int

public sealed interface VertexAttribute permits VertexAttribute.Float, VertexAttribute.Int
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    A bindable attribute in a vertex array.
    static final record 
    A bindable attribute in a vertex array.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • byteWidth

      int byteWidth()