ProgrammableStage

data class ProgrammableStage(val module: ShaderModule, val entryPoint: String? = null, val constants: Map<String, GPUPipelineConstantValue> = mapOf())

Constructors

Link copied to clipboard
constructor(module: ShaderModule, entryPoint: String? = null, constants: Map<String, GPUPipelineConstantValue> = mapOf())

Properties

Link copied to clipboard
Link copied to clipboard
val entryPoint: String? = null
Link copied to clipboard