struct SetDisableClippingCmd

Defined at line 2903 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/wire_types.h

Set whether clipping should be disabled for the specified renderer. For a

newly-created renderer, clipping will NOT be disabled (i.e. it will be

enabled).

NOTE: this disables visual clipping only; objects are still clipped for the

purposes of hit-testing.

`renderer_id` refs the target renderer.

`disable_clipping` specifies whether the clipping should be disabled.

Public Members

uint32_t renderer_id
bool disable_clipping