Function libobs::gs_voltexture_create
source ยท pub unsafe extern "C" fn gs_voltexture_create(
width: u32,
height: u32,
depth: u32,
color_format: gs_color_format,
levels: u32,
data: *mut *const u8,
flags: u32,
) -> *mut gs_texture_t