Class MDLVertexFormat


  • public final class MDLVertexFormat
    extends java.lang.Object
    [@enum] MDLVertexFormat Describes the format of a an attribute in a vertex buffer Designed to be very similar to MTLVertexDescriptor to ease the translation from one to the other. Values are chosen such that packed types would all be less than 0x1000 and the bottom 5 bits can be used to determine the number of channels/components in the format.