combines the texture, sampler and sampler slot information. More...
#include <command.h>
Public Attributes | |
| SampledImageSlot | slot |
| TextureResource | texture |
| std::shared_ptr< const Sampler > | sampler |
combines the texture, sampler and sampler slot information.
| std::shared_ptr<const Sampler> impeller::TextureAndSampler::sampler |
Definition at line 64 of file command.h.
Referenced by impeller::BindImages().
| SampledImageSlot impeller::TextureAndSampler::slot |
Definition at line 62 of file command.h.
Referenced by impeller::BindImages(), impeller::ComputeCommand::BindResource(), and impeller::Command::BindResource().
| TextureResource impeller::TextureAndSampler::texture |
Definition at line 63 of file command.h.
Referenced by impeller::BindImages(), and impeller::UpdateBindingLayouts().