|
wren
Vulkan-based game engine
|
Classes | |
| struct | Annotation |
| struct | Binding |
| struct | DescriptorSet |
| struct | EntryPoint |
| class | Reflect |
| struct | SimpleType |
| struct | Variable |
| struct | Vector |
Typedefs | |
| using | spirv_t = std::vector<uint32_t> |
Functions | |
| BOOST_DESCRIBE_STRUCT (Variable,(),(name, storage_class, location, width, format)) BOOST_DEFINE_ENUM_CLASS(TypeType | |
| BOOST_DESCRIBE_STRUCT (Binding,(),(binding, descriptor_type, count)) | |
| BOOST_DESCRIBE_STRUCT (DescriptorSet,(),(bindings)) | |
| auto | parse_string (utils::BinaryReader &reader) -> std::pair< std::string, uint32_t > |
Variables | |
| Float | |
| Vector | |
| using wren::reflect::spirv_t = std::vector<uint32_t> |
| wren::reflect::BOOST_DESCRIBE_STRUCT | ( | Binding | , |
| () | , | ||
| (binding, descriptor_type, count) | ) |
| wren::reflect::BOOST_DESCRIBE_STRUCT | ( | DescriptorSet | , |
| () | , | ||
| (bindings) | ) |
| wren::reflect::BOOST_DESCRIBE_STRUCT | ( | Variable | , |
| () | , | ||
| (name, storage_class, location, width, format) | ) |
| auto wren::reflect::parse_string | ( | utils::BinaryReader & | reader | ) | -> std::pair<std::string, uint32_t> |

| wren::reflect::Float |
| wren::reflect::Vector |