class MeshVertexFormat
Defined at line 8414 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Public Methods
void MeshVertexFormat (Storage_ storage)
void MeshVertexFormat (::fuchsia_ui_gfx::ValueType position_type, ::fuchsia_ui_gfx::ValueType normal_type, ::fuchsia_ui_gfx::ValueType tex_coord_type)
void MeshVertexFormat ()
Default constructs a |MeshVertexFormat| only if all of its members are default constructible.
Defined at line 8424 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void MeshVertexFormat (MeshVertexFormat && )
Defined at line 8427 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void MeshVertexFormat (const MeshVertexFormat & other)
MeshVertexFormat & operator= (MeshVertexFormat && )
Defined at line 8428 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
MeshVertexFormat & operator= (const MeshVertexFormat & other)
bool operator== (const MeshVertexFormat & other)
bool operator!= (const MeshVertexFormat & other)
::fuchsia_ui_gfx::ValueType position_type ()
kVector2 or kVector3.
::fuchsia_ui_gfx::ValueType & position_type ()
kVector2 or kVector3.
MeshVertexFormat & position_type (::fuchsia_ui_gfx::ValueType value)
kVector2 or kVector3.
::fuchsia_ui_gfx::ValueType normal_type ()
kVector2 or kVector3 (must match position_type), or kNone.
::fuchsia_ui_gfx::ValueType & normal_type ()
kVector2 or kVector3 (must match position_type), or kNone.
MeshVertexFormat & normal_type (::fuchsia_ui_gfx::ValueType value)
kVector2 or kVector3 (must match position_type), or kNone.
::fuchsia_ui_gfx::ValueType tex_coord_type ()
kVector2 or kNone.
::fuchsia_ui_gfx::ValueType & tex_coord_type ()
kVector2 or kNone.
MeshVertexFormat & tex_coord_type (::fuchsia_ui_gfx::ValueType value)
kVector2 or kNone.
void MeshVertexFormat (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits