ShadeStyleManager

abstract class ShadeStyleManager(val name: String)(source)

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun shader(style: ShadeStyle?, format: VertexFormat): Shader
abstract fun shader(style: ShadeStyle?, vertexFormats: List<VertexFormat>, instanceFormats: List<VertexFormat> = emptyList()): Shader

Properties

Link copied to clipboard