Skip to main content

glTextureStorageMem2DEXT

Function glTextureStorageMem2DEXT 

Source
pub unsafe extern "C" fn glTextureStorageMem2DEXT(
    texture: GLuint,
    levels: GLsizei,
    internalFormat: GLenum,
    width: GLsizei,
    height: GLsizei,
    memory: GLuint,
    offset: GLuint64,
)