skia2/include/sksl
Ethan Nicholas 4f3e6a261b Moved DSLWriter::ReleaseProgram into DSLCore.
This makes the API accessible from the upcoming DSLParser.

Change-Id: I0ee31c7648e35dfeaa50285cf93dcdb9dd4872bd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/417678
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Auto-Submit: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
2021-06-15 14:08:07 +00:00
..
DSL.h Added DSL layout() support 2021-05-11 19:52:59 +00:00
DSLBlock.h Added missing declaration to DSLBlock.h 2021-06-10 22:23:14 +00:00
DSLCase.h Added operator= on DSLCase 2021-06-10 22:29:24 +00:00
DSLCore.h Moved DSLWriter::ReleaseProgram into DSLCore. 2021-06-15 14:08:07 +00:00
DSLErrorHandling.h DSL var values are now specified at construction time rather than in 2021-03-05 21:47:28 +00:00
DSLExpression.h Improved DSL APIs in preparation for DSLParser 2021-05-06 15:46:47 +00:00
DSLFunction.h Make it possible to use the DSL from within the compiler itself 2021-05-18 15:10:53 +00:00
DSLLayout.h Remove layout(override_coverage) 2021-05-18 19:39:54 +00:00
DSLModifiers.h Converted DSL APIs to use skstd::string_view. 2021-06-08 13:49:35 +00:00
DSLRuntimeEffects.h Added an API for creating RuntimeEffects using the SkSL DSL. 2021-04-16 19:36:54 +00:00
DSLStatement.h Improved DSL APIs in preparation for DSLParser 2021-05-06 15:46:47 +00:00
DSLSymbols.h Added DSLSymbols 2021-06-10 17:07:36 +00:00
DSLType.h Converted DSL APIs to use skstd::string_view. 2021-06-08 13:49:35 +00:00
DSLVar.h Make it possible to use the DSL from within the compiler itself 2021-05-18 15:10:53 +00:00
DSLWrapper.h Added DSLWrapper so DSL classes can be used in containers 2021-05-04 17:19:35 +00:00