[][src]Function raylib_sys::rlLoadRenderTexture

pub unsafe extern "C" fn rlLoadRenderTexture(
    width: c_int,
    height: c_int,
    format: c_int,
    depthBits: c_int,
    useDepthTexture: bool
) -> RenderTexture2D