Flutter Engine
The Flutter Engine
|
#include <GrPersistentCacheUtils.h>
Public Attributes | |
SkSL::ProgramSettings * | fSettings = nullptr |
skia_private::TArray< std::string > | fAttributeNames |
bool | fHasSecondaryColorOutput = false |
sk_sp< SkData > | fPlatformData |
Definition at line 26 of file GrPersistentCacheUtils.h.
skia_private::TArray<std::string> GrPersistentCacheUtils::ShaderMetadata::fAttributeNames |
Definition at line 28 of file GrPersistentCacheUtils.h.
bool GrPersistentCacheUtils::ShaderMetadata::fHasSecondaryColorOutput = false |
Definition at line 29 of file GrPersistentCacheUtils.h.
Definition at line 30 of file GrPersistentCacheUtils.h.
SkSL::ProgramSettings* GrPersistentCacheUtils::ShaderMetadata::fSettings = nullptr |
Definition at line 27 of file GrPersistentCacheUtils.h.