Function gl33::global_loader::glGetStringi[][src]

pub unsafe fn glGetStringi(name: StringName, index: c_uint) -> *const u8

glGetStringi

Gets indexed string info about the GL implementation.

  • name: One of:
    • GL_EXTENSIONS: Returns the name of the extension specified by index. Extensions are indexed in the range 0 .. GL_NUM_EXTENSIONS. Use glGetIntegerv to find the current implementation’s number of extensions.
  • index: The index of the string to return.

See Also: glGetIntegerv