Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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

Definition at line 79 of file types.h.

◆ language

SourceLanguage impeller::compiler::ShaderConfig::language

Definition at line 78 of file types.h.

◆ source_file_name

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

Definition at line 76 of file types.h.

◆ type

SourceType impeller::compiler::ShaderConfig::type

Definition at line 77 of file types.h.


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