public void SetSource(wl_fixed x, wl_fixed y, wl_fixed width, wl_fixed height) => ViewporterBindings.wp_viewport_set_source(Pointer, x, y, width, height);
public void SetDestination(int width, int height) => ViewporterBindings.wp_viewport_set_destination(Pointer, width, height);
public void Destroy() => ViewporterBindings.wp_viewport_destroy(Pointer);