Describes a binding block which corresponds to a resource set. More...
#include <kanzi/gfx/reflection.hpp>
Public Attributes | |
| VectorMap< string, Buffer > | buffers |
| Mapping of a string to a texel or image buffer. | |
| VectorMap< string, Image > | images |
| Mapping of a string to an image. | |
| VectorMap< string, Sampler > | samplers |
| Mapping of a string to a sampler. | |
| VectorMap< string, InterfaceBlock > | storageBlocks |
| Mapping of a string to a storage interface block. | |
| VectorMap< string, InterfaceBlock > | uniformBlocks |
| Mapping of a string to a uniform interface block. | |
Describes a binding block which corresponds to a resource set.
| VectorMap<string, InterfaceBlock> kanzi::gfx::reflection::BindingBlock::uniformBlocks |
Mapping of a string to a uniform interface block.
| VectorMap<string, InterfaceBlock> kanzi::gfx::reflection::BindingBlock::storageBlocks |
Mapping of a string to a storage interface block.
Mapping of a string to an image.
Mapping of a string to a sampler.
Mapping of a string to a texel or image buffer.