This is the complete list of members for impeller::PassBindingsCache, including all inherited members.
| BindPipeline(vk::CommandBuffer command_buffer, vk::PipelineBindPoint pipeline_bind_point, vk::Pipeline pipeline) | impeller::PassBindingsCache | |
| PassBindingsCache(id< MTLRenderCommandEncoder > encoder) | impeller::PassBindingsCache | inlineexplicit |
| PassBindingsCache(const PassBindingsCache &)=delete | impeller::PassBindingsCache | |
| PassBindingsCache(PassBindingsCache &&)=delete | impeller::PassBindingsCache | |
| SetBuffer(ShaderStage stage, uint64_t index, uint64_t offset, id< MTLBuffer > buffer) | impeller::PassBindingsCache | inline |
| SetDepthStencilState(id< MTLDepthStencilState > depth_stencil) | impeller::PassBindingsCache | inline |
| SetRenderPipelineState(id< MTLRenderPipelineState > pipeline) | impeller::PassBindingsCache | inline |
| SetSampler(ShaderStage stage, uint64_t index, id< MTLSamplerState > sampler) | impeller::PassBindingsCache | inline |
| SetScissor(const IRect &scissor) | impeller::PassBindingsCache | inline |
| SetScissor(vk::CommandBuffer command_buffer, uint32_t first_scissor, uint32_t scissor_count, const vk::Rect2D *scissors) | impeller::PassBindingsCache | |
| SetStencilReference(vk::CommandBuffer command_buffer, vk::StencilFaceFlags face_mask, uint32_t reference) | impeller::PassBindingsCache | |
| SetTexture(ShaderStage stage, uint64_t index, id< MTLTexture > texture) | impeller::PassBindingsCache | inline |
| SetViewport(const Viewport &viewport) | impeller::PassBindingsCache | inline |
| SetViewport(vk::CommandBuffer command_buffer, uint32_t first_viewport, uint32_t viewport_count, const vk::Viewport *viewports) | impeller::PassBindingsCache |