|
virtual | ~LValue ()=default |
|
virtual std::string | load ()=0 |
|
virtual std::string | store (const std::string &value)=0 |
|
Definition at line 1111 of file SkSLWGSLCodeGenerator.cpp.
◆ ~LValue()
virtual SkSL::WGSLCodeGenerator::LValue::~LValue |
( |
| ) |
|
|
virtualdefault |
◆ load()
virtual std::string SkSL::WGSLCodeGenerator::LValue::load |
( |
| ) |
|
|
pure virtual |
◆ store()
virtual std::string SkSL::WGSLCodeGenerator::LValue::store |
( |
const std::string & |
value | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: