Function obs_sys::gs_texture_create
source · [−]pub unsafe extern "C" fn gs_texture_create(
width: u32,
height: u32,
color_format: gs_color_format,
levels: u32,
data: *mut *const u8,
flags: u32
) -> *mut gs_texture_t