logo
pub unsafe fn glGetTransformFeedbackVarying(
    program: u32,
    index: u32,
    bufSize: i32,
    length: *mut i32,
    size: *mut i32,
    type_: *mut u32,
    name: *mut i8
)
Expand description

glGetTransformFeedbackVarying(program, index, bufSize, length, size, type_, name) program class: program length len: 1 size len: 1 type_ group: AttributeType type_ len: 1 name len: bufSize