|
| bool | kanzi::gfx::reflection::isReservedGPUSceneDescriptorSetIndex (uint32_t index) |
| | Checks if given descriptor set is reserved by reserved gpu scene.
|
| |
| bool | kanzi::gfx::reflection::isReservedGPUSceneUniform (uint32_t setIndex, uint32_t bindingIndex) |
| | Checks if given descriptor set and binding index is reserved by reserved gpu scene uniform.
|
| |
| | kanzi::KZ_ENABLE_BITMASK_OPERATORS (gfx::reflection::AccessStage) |
| |
| ReflectionInfo | kanzi::gfx::reflection::mergeReflectionInfos (span< ReflectionInfo > infos) |
| | Merges reflection information into a unified structure.
|
| |
| constexpr bool | kanzi::gfx::reflection::operator!= (const TypeInfo &lhs, const TypeInfo &rhs) |
| | Not equality operator for the TypeInfo.
|
| |
| constexpr bool | kanzi::gfx::reflection::operator== (const TypeInfo &lhs, const TypeInfo &rhs) |
| | Equality operator for the TypeInfo.
|
| |
| gfx::Format | kanzi::gfx::reflection::to_format (const TypeInfo &info) |
| | Converts a TypeInfo structure into a graphics format.
|
| |
| KANZI_GFX_API string | kanzi::to_string (const gfx::reflection::Attribute &attr, size_t initialIndent, size_t incrementIndent) |
| | Converts reflection::Attribute to string.
|
| |
| KANZI_GFX_API string | kanzi::to_string (const gfx::reflection::BindingBlock &block, size_t initialIndent, size_t incrementIndent) |
| | Converts reflection::BindingBlock to string.
|
| |
| KANZI_GFX_API string | kanzi::to_string (const gfx::reflection::Buffer &buffer, size_t initialIndent) |
| | Converts reflection::Buffer to string.
|
| |
| KANZI_GFX_API string | kanzi::to_string (const gfx::reflection::Image &image, size_t initialIndent) |
| | Converts reflection::Image to string.
|
| |
| KANZI_GFX_API string | kanzi::to_string (const gfx::reflection::InterfaceBlock &block, size_t initialIndent, size_t incrementIndent) |
| | Converts reflection::InterfaceBlock block to string.
|
| |
| KANZI_GFX_API string | kanzi::to_string (const gfx::reflection::Member &member, size_t initialIndent, size_t incrementIndent) |
| | Converts reflection::Member to string.
|
| |
| KANZI_GFX_API string | kanzi::to_string (const gfx::reflection::ReflectionInfo &info, size_t initialIndent=4u, size_t incrementIndent=4u) |
| | Converts reflection::ReflectionInfo to string.
|
| |
| KANZI_GFX_API string | kanzi::to_string (const gfx::reflection::TypeInfo &info, size_t initialIndent) |
| | Converts reflection::TypeInfo to string.
|
| |
| KANZI_GFX_API string | kanzi::to_string (gfx::reflection::AccessStage stage) |
| | Converts access stage to string.
|
| |
| KANZI_GFX_API string | kanzi::to_string (gfx::reflection::PrimitiveType type) |
| | Converts primitive type to string.
|
| |