Flutter Engine
The Flutter Engine
|
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 80 of file dl_vertices.h.
Definition at line 87 of file dl_vertices.h.
Definition at line 91 of file dl_vertices.h.
struct { ... } flutter::DlVertices::Builder::Flags::@9 |
unsigned flutter::DlVertices::Builder::Flags::has_colors |
Definition at line 83 of file dl_vertices.h.
unsigned flutter::DlVertices::Builder::Flags::has_texture_coordinates |
Definition at line 82 of file dl_vertices.h.
uint32_t flutter::DlVertices::Builder::Flags::mask = 0 |
Definition at line 85 of file dl_vertices.h.