Shaders
interface Shaders
Options for configuring scoped shader options.
Summary
Public functions |
|
---|---|
Unit |
Adds options to the list of glslc args. |
Unit |
glslcScopedArgs(key: String, vararg options: String) Adds options to the list of scoped glsl args. |
Public properties |
|
---|---|
MutableList<String> |
The list of glslc args. |
ListMultimap<String, String> |
The list of scoped glsl args. |
Public functions
glslcScopedArgs
fun glslcScopedArgs(key: String, vararg options: String): Unit
Adds options to the list of scoped glsl args.