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

#include <KeyHelpers.h>

Public Member Functions

 DitherData (float range, sk_sp< TextureProxy > proxy)
 

Public Attributes

float fRange
 
sk_sp< TextureProxyfLUTProxy
 

Detailed Description

Definition at line 229 of file KeyHelpers.h.

Constructor & Destructor Documentation

◆ DitherData()

skgpu::graphite::DitherShaderBlock::DitherData::DitherData ( float  range,
sk_sp< TextureProxy proxy 
)
inline

Definition at line 230 of file KeyHelpers.h.

231 : fRange(range)
232 , fLUTProxy(std::move(proxy)) {}

Member Data Documentation

◆ fLUTProxy

sk_sp<TextureProxy> skgpu::graphite::DitherShaderBlock::DitherData::fLUTProxy

Definition at line 235 of file KeyHelpers.h.

◆ fRange

float skgpu::graphite::DitherShaderBlock::DitherData::fRange

Definition at line 234 of file KeyHelpers.h.


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