gdk4_sys

Function gdk_memory_texture_new

source
pub unsafe extern "C" fn gdk_memory_texture_new(
    width: c_int,
    height: c_int,
    format: GdkMemoryFormat,
    bytes: *mut GBytes,
    stride: size_t,
) -> *mut GdkMemoryTexture