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