logo
pub unsafe fn glTexStorage2DMultisample(
    target: u32,
    samples: i32,
    internalformat: u32,
    width: i32,
    height: i32,
    fixedsamplelocations: u8
)
Expand description

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