This is the complete list of members for impeller::RenderTarget, including all inherited members.
| CreateOffscreen(const Context &context, RenderTargetAllocator &allocator, ISize size, const std::string &label="Offscreen", AttachmentConfig color_attachment_config=kDefaultColorAttachmentConfig, std::optional< AttachmentConfig > stencil_attachment_config=kDefaultStencilAttachmentConfig) | impeller::RenderTarget | static |
| CreateOffscreenMSAA(const Context &context, RenderTargetAllocator &allocator, ISize size, const std::string &label="Offscreen MSAA", AttachmentConfigMSAA color_attachment_config=kDefaultColorAttachmentConfigMSAA, std::optional< AttachmentConfig > stencil_attachment_config=kDefaultStencilAttachmentConfig) | impeller::RenderTarget | static |
| GetColorAttachments() const | impeller::RenderTarget | |
| GetColorAttachmentSize(size_t index) const | impeller::RenderTarget | |
| GetDepthAttachment() const | impeller::RenderTarget | |
| GetMaxColorAttacmentBindIndex() const | impeller::RenderTarget | |
| GetRenderTargetPixelFormat() const | impeller::RenderTarget | |
| GetRenderTargetSize() const | impeller::RenderTarget | |
| GetRenderTargetTexture() const | impeller::RenderTarget | |
| GetSampleCount() const | impeller::RenderTarget | |
| GetStencilAttachment() const | impeller::RenderTarget | |
| GetTotalAttachmentCount() const | impeller::RenderTarget | |
| HasColorAttachment(size_t index) const | impeller::RenderTarget | |
| IsValid() const | impeller::RenderTarget | |
| IterateAllAttachments(const std::function< bool(const Attachment &attachment)> &iterator) const | impeller::RenderTarget | |
| kDefaultColorAttachmentConfig | impeller::RenderTarget | static |
| kDefaultColorAttachmentConfigMSAA | impeller::RenderTarget | static |
| kDefaultStencilAttachmentConfig | impeller::RenderTarget | static |
| RenderTarget() | impeller::RenderTarget | |
| SetColorAttachment(const ColorAttachment &attachment, size_t index) | impeller::RenderTarget | |
| SetDepthAttachment(std::optional< DepthAttachment > attachment) | impeller::RenderTarget | |
| SetStencilAttachment(std::optional< StencilAttachment > attachment) | impeller::RenderTarget | |
| SetupStencilAttachment(const Context &context, RenderTargetAllocator &allocator, ISize size, bool msaa, const std::string &label="Offscreen", AttachmentConfig stencil_attachment_config=kDefaultStencilAttachmentConfig) | impeller::RenderTarget | |
| ToString() const | impeller::RenderTarget | |
| ~RenderTarget() | impeller::RenderTarget |