#include <runtime_stage_data.h>
Public Attributes | |
| std::string | name |
| size_t | location = 0u |
| spirv_cross::SPIRType::BaseType | type = spirv_cross::SPIRType::BaseType::Float |
| size_t | rows = 0u |
| size_t | columns = 0u |
| size_t | bit_width = 0u |
| std::optional< size_t > | array_elements = std::nullopt |
Definition at line 18 of file runtime_stage_data.h.
| std::optional<size_t> impeller::compiler::UniformDescription::array_elements = std::nullopt |
Definition at line 25 of file runtime_stage_data.h.
| size_t impeller::compiler::UniformDescription::bit_width = 0u |
Definition at line 24 of file runtime_stage_data.h.
| size_t impeller::compiler::UniformDescription::columns = 0u |
Definition at line 23 of file runtime_stage_data.h.
| size_t impeller::compiler::UniformDescription::location = 0u |
Definition at line 20 of file runtime_stage_data.h.
| std::string impeller::compiler::UniformDescription::name |
Definition at line 19 of file runtime_stage_data.h.
| size_t impeller::compiler::UniformDescription::rows = 0u |
Definition at line 22 of file runtime_stage_data.h.
| spirv_cross::SPIRType::BaseType impeller::compiler::UniformDescription::type = spirv_cross::SPIRType::BaseType::Float |
Definition at line 21 of file runtime_stage_data.h.