Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
skgpu::graphite::InsertFinishInfo Struct Reference

#include <GraphiteTypes.h>

Public Attributes

GpuFinishedContext fFinishedContext = nullptr
 
GpuFinishedProc fFinishedProc = nullptr
 

Detailed Description

The fFinishedProc is called when the Recording has been submitted and finished on the GPU, or when there is a failure that caused it not to be submitted. The callback will always be called and the caller can use the callback to know it is safe to free any resources associated with the Recording that they may be holding onto. If the Recording is successfully submitted to the GPU the callback will be called with CallbackResult::kSuccess once the GPU has finished. All other cases where some failure occured it will be called with CallbackResult::kFailed.

Definition at line 84 of file GraphiteTypes.h.

Member Data Documentation

◆ fFinishedContext

GpuFinishedContext skgpu::graphite::InsertFinishInfo::fFinishedContext = nullptr

Definition at line 85 of file GraphiteTypes.h.

◆ fFinishedProc

GpuFinishedProc skgpu::graphite::InsertFinishInfo::fFinishedProc = nullptr

Definition at line 86 of file GraphiteTypes.h.


The documentation for this struct was generated from the following file: