Flutter Engine
The Flutter Engine
|
#include <RenderPassDesc.h>
Public Member Functions | |
SkString | toString () const |
Public Attributes | |
TextureInfo | fTextureInfo |
LoadOp | fLoadOp |
StoreOp | fStoreOp |
Definition at line 23 of file RenderPassDesc.h.
SkString skgpu::graphite::AttachmentDesc::toString | ( | ) | const |
Definition at line 140 of file RenderPassDesc.cpp.
LoadOp skgpu::graphite::AttachmentDesc::fLoadOp |
Definition at line 25 of file RenderPassDesc.h.
StoreOp skgpu::graphite::AttachmentDesc::fStoreOp |
Definition at line 26 of file RenderPassDesc.h.
TextureInfo skgpu::graphite::AttachmentDesc::fTextureInfo |
Definition at line 24 of file RenderPassDesc.h.