class RendererArgs

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

A Renderer renders a Scene via a Camera.

Supported commands:

- SetCamera

- SetRendererParam

Public Methods

void RendererArgs (Storage_ storage)
void RendererArgs (uint32_t dummy)
void RendererArgs ()

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

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

void RendererArgs (RendererArgs && )

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

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

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

RendererArgs & operator= (const RendererArgs & other)
bool operator== (const RendererArgs & other)
bool operator!= (const RendererArgs & other)
uint32_t dummy ()
uint32_t & dummy ()
RendererArgs & dummy (uint32_t value)

Setter for dummy.

void RendererArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits