#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 141 of file shader_types.h.
|
inlineconstexpr |
|
inlineconstexpr |
size_t impeller::ShaderStageBufferLayout::binding |
Definition at line 143 of file shader_types.h.
Referenced by GetHash(), and operator==().
size_t impeller::ShaderStageBufferLayout::stride |
Definition at line 142 of file shader_types.h.
Referenced by GetHash(), and operator==().