Shaders

Added in 4.2.0

interface Shaders


Options for configuring scoped shader options.

Summary

Public functions

Unit
glslcArgs(vararg options: String)

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<StringString>

The list of scoped glsl args.

Public functions

glslcArgs

Added in 4.2.0
fun glslcArgs(vararg options: String): Unit

Adds options to the list of glslc args.

glslcScopedArgs

Added in 4.2.0
fun glslcScopedArgs(key: String, vararg options: String): Unit

Adds options to the list of scoped glsl args.

Public properties

glslcArgs

Added in 4.2.0
val glslcArgsMutableList<String>

The list of glslc args.

scopedGlslcArgs

Added in 4.2.0
val scopedGlslcArgsListMultimap<StringString>

The list of scoped glsl args.