Programmable Stage
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())