Flutter Engine
The Flutter Engine
|
#include <SkSLProgram.h>
Public Types | |
enum | RTFlip : uint8_t { kRTFlip_None = 0b0000'0000 , kRTFlip_FragCoord = 0b0000'0001 , kRTFlip_Clockwise = 0b0000'0010 , kRTFlip_Derivative = 0b0000'0100 } |
Public Member Functions | |
bool | operator== (const ProgramInterface &that) const |
bool | operator!= (const ProgramInterface &that) const |
Public Attributes | |
uint8_t | fRTFlipUniform = kRTFlip_None |
bool | fUseLastFragColor = false |
bool | fOutputSecondaryColor = false |
A program's inputs and outputs.
Definition at line 45 of file SkSLProgram.h.
enum SkSL::ProgramInterface::RTFlip : uint8_t |
Enumerator | |
---|---|
kRTFlip_None | |
kRTFlip_FragCoord | |
kRTFlip_Clockwise | |
kRTFlip_Derivative |
Definition at line 46 of file SkSLProgram.h.
|
inline |
Definition at line 61 of file SkSLProgram.h.
|
inline |
Definition at line 56 of file SkSLProgram.h.
bool SkSL::ProgramInterface::fOutputSecondaryColor = false |
Definition at line 54 of file SkSLProgram.h.
uint8_t SkSL::ProgramInterface::fRTFlipUniform = kRTFlip_None |
Definition at line 52 of file SkSLProgram.h.
bool SkSL::ProgramInterface::fUseLastFragColor = false |
Definition at line 53 of file SkSLProgram.h.