logo
pub unsafe fn glGetTransformFeedbackVarying(
    program: GLuint,
    index: GLuint,
    bufSize: GLsizei,
    length: *mut GLsizei,
    size: *mut GLsizei,
    type_: *mut GLenum,
    name: *mut GLchar
)
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