class SetClipPlanesCmd
Defined at line 3058 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
Sets the list of clip planes that apply to a Node and all of its children. Replaces
the list set by any previous SetClipPlanesCmd.
- `node_id` refs a `Node` with the has_clip characteristic.
- `clip_planes` is the new list of oriented clip planes.
Public Members
uint32_t node_id
vector clip_planes
Public Methods
::std::unique_ptr<SetClipPlanesCmd> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SetClipPlanesCmd * value, size_t _offset)
zx_status_t Clone (SetClipPlanesCmd * result)