Shaders
@Incubating interface Shaders
| com.android.build.api.dsl.Shaders | 
Options for configuring scoped shader options.
Summary
| Public methods | |
|---|---|
| abstract Unit | Adds options to the list of glslc args. | 
| abstract Unit | glslcScopedArgs(key: String, vararg options: String)Adds options to the list of scoped glsl args. | 
| Properties | |
|---|---|
| abstract MutableList<String> | The list of glslc args. | 
| abstract ListMultimap<String, String> | The list of scoped glsl args. | 
Public methods
glslcArgs
abstract fun glslcArgs(vararg options: String): Unit
Adds options to the list of glslc args.
glslcScopedArgs
abstract fun glslcScopedArgs(
key: String,
vararg options: String
): Unit
Adds options to the list of scoped glsl args.
Properties
scopedGlslcArgs
abstract val scopedGlslcArgs: ListMultimap<String, String>
The list of scoped glsl args.
