Shaders

@Incubating 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

fun glslcArgs(vararg options: String?): Unit

Adds options to the list of glslc args.

glslcScopedArgs

fun glslcScopedArgs(key: String?, vararg options: String?): Unit

Adds options to the list of scoped glsl args.

Public properties

glslcArgs

val glslcArgsMutableList<String>

The list of glslc args.

scopedGlslcArgs

val scopedGlslcArgsListMultimap<StringString>

The list of scoped glsl args.