#include "impeller/core/formats.h"#include <sstream>#include "impeller/base/strings.h"#include "impeller/base/validation.h"#include "impeller/core/texture.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| constexpr bool | impeller::StoreActionNeedsResolveTexture (StoreAction action) |
| std::string | impeller::TextureUsageMaskToString (TextureUsageMask mask) |
| std::string | impeller::AttachmentToString (const Attachment &attachment) |
| std::string | impeller::ColorAttachmentToString (const ColorAttachment &color) |
| std::string | impeller::DepthAttachmentToString (const DepthAttachment &depth) |
| std::string | impeller::StencilAttachmentToString (const StencilAttachment &stencil) |