Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
skgpu::graphite::RecorderOptions Struct Referencefinal

#include <Recorder.h>

Public Member Functions

 RecorderOptions ()
 
 RecorderOptions (const RecorderOptions &)
 
 ~RecorderOptions ()
 

Public Attributes

sk_sp< ImageProviderfImageProvider
 
size_t fGpuBudgetInBytes = kDefaultRecorderBudget
 

Static Public Attributes

static constexpr size_t kDefaultRecorderBudget = 256 * (1 << 20)
 

Detailed Description

Definition at line 62 of file Recorder.h.

Constructor & Destructor Documentation

◆ RecorderOptions() [1/2]

skgpu::graphite::RecorderOptions::RecorderOptions ( )
default

◆ RecorderOptions() [2/2]

skgpu::graphite::RecorderOptions::RecorderOptions ( const RecorderOptions )
default

◆ ~RecorderOptions()

skgpu::graphite::RecorderOptions::~RecorderOptions ( )
default

Member Data Documentation

◆ fGpuBudgetInBytes

size_t skgpu::graphite::RecorderOptions::fGpuBudgetInBytes = kDefaultRecorderBudget

Definition at line 71 of file Recorder.h.

◆ fImageProvider

sk_sp<ImageProvider> skgpu::graphite::RecorderOptions::fImageProvider

Definition at line 67 of file Recorder.h.

◆ kDefaultRecorderBudget

constexpr size_t skgpu::graphite::RecorderOptions::kDefaultRecorderBudget = 256 * (1 << 20)
staticconstexpr

Definition at line 69 of file Recorder.h.


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