Flutter Engine
The Flutter Engine
|
#include <Attribute.h>
Public Member Functions | |
constexpr | Attribute ()=default |
constexpr | Attribute (const char *name, VertexAttribType cpuType, SkSLType gpuType) |
constexpr | Attribute (const Attribute &)=default |
Attribute & | operator= (const Attribute &)=default |
constexpr bool | isInitialized () const |
constexpr const char * | name () const |
constexpr VertexAttribType | cpuType () const |
constexpr SkSLType | gpuType () const |
constexpr size_t | size () const |
constexpr size_t | sizeAlign4 () const |
Describes a vertex or instance attribute.
Definition at line 18 of file Attribute.h.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 21 of file Attribute.h.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 34 of file Attribute.h.
|
inlineconstexpr |
Definition at line 35 of file Attribute.h.
|
inlineconstexpr |
Definition at line 31 of file Attribute.h.
|
inlineconstexpr |
Definition at line 33 of file Attribute.h.
|
inlineconstexpr |
Definition at line 37 of file Attribute.h.
|
inlineconstexpr |
Definition at line 38 of file Attribute.h.