Class VertexAttribute


  • public final class VertexAttribute
    extends Struct
    • Constructor Detail

      • VertexAttribute

        public VertexAttribute()
    • Method Detail

      • __init

        public void __init​(int _i,
                           java.nio.ByteBuffer _bb)
      • __assign

        public VertexAttribute __assign​(int _i,
                                        java.nio.ByteBuffer _bb)
      • usage

        public int usage()
      • type

        public int type()
      • createVertexAttribute

        public static int createVertexAttribute​(FlatBufferBuilder builder,
                                                int usage,
                                                int type)