Skip to content
brett19 edited this page Oct 12, 2014 · 3 revisions
uint32 attribute_count
for(i = 0; i < attribute_count; ++i) {
  .attribute_data {
    uint32 type
    uint32 offset
    uint32 length
  }
}
for(i = 0; i < attribute_count; ++i) {
  uint8 data[attribute_data{i}.length] // uint32 aligned
}

Clone this wiki locally