class LayerStackArgs

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

A LayerStack is a stack of layers that are attached to a Compositor, which

draws them in order of increasing Z-order (or rather, presents the illusion

of drawing them in that order: it may apply any optimizations that don't

affect the output).

Supported commands:

- AddLayer

Public Members

uint32_t dummy

Public Methods

::std::unique_ptr<LayerStackArgs> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, LayerStackArgs * value, size_t _offset)
zx_status_t Clone (LayerStackArgs * result)