class SetRendererParamCmd

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

Sets a parameter that affects how a renderer renders a scene.

`renderer_id` refs the Renderer that is being modified.

`param` describes the parameter that should be set, and to what.

Public Methods

void SetRendererParamCmd (Storage_ storage)
void SetRendererParamCmd (uint32_t renderer_id, ::fuchsia_ui_gfx::RendererParam param)
void SetRendererParamCmd ()

Default constructs a |SetRendererParamCmd| only if all of its members are default constructible.

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

void SetRendererParamCmd (SetRendererParamCmd && )

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

void SetRendererParamCmd (const SetRendererParamCmd & other)
SetRendererParamCmd & operator= (SetRendererParamCmd && )

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

SetRendererParamCmd & operator= (const SetRendererParamCmd & other)
bool operator== (const SetRendererParamCmd & other)
bool operator!= (const SetRendererParamCmd & other)
uint32_t renderer_id ()
uint32_t & renderer_id ()
SetRendererParamCmd & renderer_id (uint32_t value)

Setter for renderer_id.

const ::fuchsia_ui_gfx::RendererParam & param ()
::fuchsia_ui_gfx::RendererParam & param ()
SetRendererParamCmd & param (::fuchsia_ui_gfx::RendererParam value)

Setter for param.

void SetRendererParamCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits