[][src]Function sapp_linux::glTextureStorage2DMultisampleEXT

pub unsafe extern "C" fn glTextureStorage2DMultisampleEXT(
    texture: GLuint,
    target: GLenum,
    samples: GLsizei,
    internalformat: GLenum,
    width: GLsizei,
    height: GLsizei,
    fixedsamplelocations: GLboolean
)