Kaba struct MCMVertexAttributeInfo ed

...

Syntax ed

struct MCMVertexAttributeInfo
    var buffer: i32
    var components: i32
    var normalized: bool
    var offset: i32
    var semantic: i32
    var stride: i32
    var type: i32

    # constructors
    func mut __init__(semantic: i32, type: i32, components: i32, offset: i32, stride: i32, buffer: i32, normalized: bool)

    # operators
    func mut __assign__(other: MCMVertexAttributeInfo) # MCMVertexAttributeInfo = MCMVertexAttributeInfo

Elements ed

var buffer: i32
...

var components: i32
...

var normalized: bool
...

var offset: i32
...

var semantic: i32
...

var stride: i32
...

var type: i32
...