#include <runtime_stage_data.h>
Public Attributes | |
| std::string | name |
| size_t | location |
| size_t | set |
| size_t | binding |
| spirv_cross::SPIRType::BaseType | type |
| size_t | bit_width |
| size_t | vec_size |
| size_t | columns |
| size_t | offset |
Definition at line 31 of file runtime_stage_data.h.
| size_t impeller::compiler::InputDescription::binding |
Definition at line 35 of file runtime_stage_data.h.
| size_t impeller::compiler::InputDescription::bit_width |
Definition at line 38 of file runtime_stage_data.h.
| size_t impeller::compiler::InputDescription::columns |
Definition at line 40 of file runtime_stage_data.h.
| size_t impeller::compiler::InputDescription::location |
Definition at line 33 of file runtime_stage_data.h.
| std::string impeller::compiler::InputDescription::name |
Definition at line 32 of file runtime_stage_data.h.
| size_t impeller::compiler::InputDescription::offset |
Definition at line 41 of file runtime_stage_data.h.
| size_t impeller::compiler::InputDescription::set |
Definition at line 34 of file runtime_stage_data.h.
| spirv_cross::SPIRType::BaseType impeller::compiler::InputDescription::type |
Definition at line 36 of file runtime_stage_data.h.
| size_t impeller::compiler::InputDescription::vec_size |
Definition at line 39 of file runtime_stage_data.h.