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

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