Flutter Engine
The Flutter Engine
|
#include <AsyncReadTypes.h>
Public Member Functions | |
BufferFinishedMessage (sk_sp< T > buffer, IDType intendedRecipient) | |
BufferFinishedMessage (BufferFinishedMessage &&other) | |
Public Attributes | |
sk_sp< T > | fBuffer |
IDType | fIntendedRecipient |
The message type that internal users of this should post to unmap the buffer. Set fInboxID to inboxID(). fBuffer must have been previously passed to insert().
Definition at line 40 of file AsyncReadTypes.h.
|
inline |
Definition at line 41 of file AsyncReadTypes.h.
|
inline |
Definition at line 44 of file AsyncReadTypes.h.
sk_sp<T> skgpu::TClientMappedBufferManager< T, IDType >::BufferFinishedMessage::fBuffer |
Definition at line 49 of file AsyncReadTypes.h.
IDType skgpu::TClientMappedBufferManager< T, IDType >::BufferFinishedMessage::fIntendedRecipient |
Definition at line 50 of file AsyncReadTypes.h.