Function TextureStorage3DMultisample

Source
pub unsafe fn TextureStorage3DMultisample(
    texture: u32,
    samples: i32,
    internalformat: u32,
    width: i32,
    height: i32,
    depth: i32,
    fixedsamplelocations: u8,
)