Flutter Engine
 
Loading...
Searching...
No Matches
impeller::Contents::SnapshotOptions Struct Reference

#include <contents.h>

Public Attributes

std::optional< Rectcoverage_limit = std::nullopt
 
const std::optional< SamplerDescriptor > & sampler_descriptor = std::nullopt
 
bool msaa_enabled = true
 
int32_t mip_count = 1
 
std::string_view label = "Snapshot"
 
int32_t coverage_expansion = 1
 

Detailed Description

Definition at line 85 of file contents.h.

Member Data Documentation

◆ coverage_expansion

int32_t impeller::Contents::SnapshotOptions::coverage_expansion = 1

◆ coverage_limit

std::optional<Rect> impeller::Contents::SnapshotOptions::coverage_limit = std::nullopt

◆ label

std::string_view impeller::Contents::SnapshotOptions::label = "Snapshot"

◆ mip_count

int32_t impeller::Contents::SnapshotOptions::mip_count = 1

◆ msaa_enabled

bool impeller::Contents::SnapshotOptions::msaa_enabled = true

Definition at line 88 of file contents.h.

Referenced by impeller::Contents::RenderToSnapshot().

◆ sampler_descriptor

const std::optional<SamplerDescriptor>& impeller::Contents::SnapshotOptions::sampler_descriptor = std::nullopt

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