Flutter Engine
The Flutter Engine
|
A data structure used by the Skia implementation of deferred GPU based images. More...
#include <snapshot_delegate.h>
Public Member Functions | |
GpuImageResult (const GrBackendTexture &p_texture, sk_sp< GrDirectContext > p_context, sk_sp< SkImage > p_image=nullptr, const std::string &p_error="") | |
Public Attributes | |
const GrBackendTexture | texture |
sk_sp< GrDirectContext > | context |
sk_sp< SkImage > | image |
const std::string | error |
A data structure used by the Skia implementation of deferred GPU based images.
Definition at line 26 of file snapshot_delegate.h.
|
inline |
Definition at line 27 of file snapshot_delegate.h.
sk_sp<GrDirectContext> flutter::SnapshotDelegate::GpuImageResult::context |
Definition at line 48 of file snapshot_delegate.h.
const std::string flutter::SnapshotDelegate::GpuImageResult::error |
Definition at line 55 of file snapshot_delegate.h.
Definition at line 51 of file snapshot_delegate.h.
const GrBackendTexture flutter::SnapshotDelegate::GpuImageResult::texture |
Definition at line 44 of file snapshot_delegate.h.