Flutter Impeller
impeller::compiler::ShaderConfig Struct Reference

A shader config parsed as part of a ShaderBundleConfig. More...

#include <types.h>

Public Attributes

std::string source_file_name
 
SourceType type
 
SourceLanguage language
 
std::string entry_point
 

Detailed Description

A shader config parsed as part of a ShaderBundleConfig.

Definition at line 75 of file types.h.

Member Data Documentation

◆ entry_point

std::string impeller::compiler::ShaderConfig::entry_point

◆ language

SourceLanguage impeller::compiler::ShaderConfig::language

◆ source_file_name

std::string impeller::compiler::ShaderConfig::source_file_name

◆ type

SourceType impeller::compiler::ShaderConfig::type

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