Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
GrPersistentCacheUtils::ShaderMetadata Struct Reference

#include <GrPersistentCacheUtils.h>

Public Attributes

SkSL::ProgramSettingsfSettings = nullptr
 
skia_private::TArray< std::string > fAttributeNames
 
bool fHasSecondaryColorOutput = false
 
sk_sp< SkDatafPlatformData
 

Detailed Description

Definition at line 26 of file GrPersistentCacheUtils.h.

Member Data Documentation

◆ fAttributeNames

skia_private::TArray<std::string> GrPersistentCacheUtils::ShaderMetadata::fAttributeNames

Definition at line 28 of file GrPersistentCacheUtils.h.

◆ fHasSecondaryColorOutput

bool GrPersistentCacheUtils::ShaderMetadata::fHasSecondaryColorOutput = false

Definition at line 29 of file GrPersistentCacheUtils.h.

◆ fPlatformData

sk_sp<SkData> GrPersistentCacheUtils::ShaderMetadata::fPlatformData

Definition at line 30 of file GrPersistentCacheUtils.h.

◆ fSettings

SkSL::ProgramSettings* GrPersistentCacheUtils::ShaderMetadata::fSettings = nullptr

Definition at line 27 of file GrPersistentCacheUtils.h.


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