#include <command.h>
Public Attributes | |
| std::map< size_t, TextureAndSampler > | sampled_images |
| std::map< size_t, BufferAndUniformSlot > | buffers |
| BufferAndUniformSlot | vertex_buffer |
| std::map<size_t, BufferAndUniformSlot> impeller::Bindings::buffers |
Definition at line 79 of file command.h.
Referenced by impeller::AllocateAndBindDescriptorSets(), impeller::ComputeCommand::BindResource(), and impeller::BufferBindingsGLES::BindUniformData().
| std::map<size_t, TextureAndSampler> impeller::Bindings::sampled_images |
Definition at line 78 of file command.h.
Referenced by impeller::AllocateAndBindDescriptorSets(), impeller::ComputeCommand::BindResource(), impeller::Command::BindResource(), and impeller::UpdateBindingLayouts().
| BufferAndUniformSlot impeller::Bindings::vertex_buffer |
Definition at line 81 of file command.h.
Referenced by impeller::Command::BindVertices(), and impeller::Command::GetVertexBuffer().