logo
pub unsafe fn glTexStorage2DMultisample(
    target: GLenum,
    samples: GLsizei,
    internalformat: GLenum,
    width: GLsizei,
    height: GLsizei,
    fixedsamplelocations: GLboolean
)
Expand description

glTexStorage2DMultisample(target, samples, internalformat, width, height, fixedsamplelocations) target group: TextureTarget internalformat group: SizedInternalFormat