#include <types.h>
Definition at line 47 of file types.h.
◆ array_elements
std::optional<size_t> impeller::compiler::UniformDescription::array_elements = std::nullopt |
◆ binding
size_t impeller::compiler::UniformDescription::binding = 0u |
◆ bit_width
size_t impeller::compiler::UniformDescription::bit_width = 0u |
◆ columns
size_t impeller::compiler::UniformDescription::columns = 0u |
◆ location
size_t impeller::compiler::UniformDescription::location = 0u |
◆ name
std::string impeller::compiler::UniformDescription::name |
◆ rows
size_t impeller::compiler::UniformDescription::rows = 0u |
◆ struct_float_count
size_t impeller::compiler::UniformDescription::struct_float_count = 0u |
◆ struct_layout
std::vector<uint8_t> impeller::compiler::UniformDescription::struct_layout = {} |
◆ type
spirv_cross::SPIRType::BaseType impeller::compiler::UniformDescription::type = spirv_cross::SPIRType::BaseType::Float |
The documentation for this struct was generated from the following file: