#include <shader_types.h>
Public Member Functions | |
constexpr size_t | GetHash () const |
constexpr bool | operator== (const ShaderStageBufferLayout &other) const |
Public Attributes | |
size_t | stride |
size_t | binding |
Definition at line 144 of file shader_types.h.
|
inlineconstexpr |
Definition at line 148 of file shader_types.h.
|
inlineconstexpr |
size_t impeller::ShaderStageBufferLayout::binding |
Definition at line 146 of file shader_types.h.
Referenced by GetHash(), and operator==().
size_t impeller::ShaderStageBufferLayout::stride |
Definition at line 145 of file shader_types.h.
Referenced by GetHash(), operator==(), and impeller::testing::TEST_P().