flags to indicate/promise which of the optional texture coordinates or colors will be supplied during the build phase. More...
#include <dl_vertices.h>
Public Member Functions | |
| Flags | operator| (const Flags &rhs) const |
| Flags & | operator|= (const Flags &rhs) |
Public Attributes | ||
| struct { | ||
| unsigned has_texture_coordinates: 1 | ||
| unsigned has_colors: 1 | ||
| }; | ||
| uint32_t | mask = 0 | |
flags to indicate/promise which of the optional texture coordinates or colors will be supplied during the build phase.
Definition at line 78 of file dl_vertices.h.
Definition at line 89 of file dl_vertices.h.
References mask.
| struct { ... } flutter::DlVertices::Builder::Flags |
| unsigned flutter::DlVertices::Builder::Flags::has_colors |
Definition at line 81 of file dl_vertices.h.
Referenced by flutter::testing::TEST().
| unsigned flutter::DlVertices::Builder::Flags::has_texture_coordinates |
Definition at line 80 of file dl_vertices.h.
Referenced by flutter::testing::TEST().
| uint32_t flutter::DlVertices::Builder::Flags::mask = 0 |
Definition at line 83 of file dl_vertices.h.
Referenced by operator|(), and operator|=().