Constructors

Link copied to clipboard
constructor(vertexShader: ZShader = ZShader(ZShaderType.VERTEX_SHADER), fragmentShader: ZShader = ZShader(ZShaderType.FRAGMENT_SHADER), shaderSource: ZShaderSource = ZShaderSource(), attributes: LinkedHashMap<String, ZAttribute> = LinkedHashMap(), uniforms: ZUniformCollection = ZUniformCollection())

Properties

Link copied to clipboard
Link copied to clipboard
@Transient
var fragmentShader: ZShader
Link copied to clipboard
@Transient
open override val refId: Int

Represents the unique reference identifier for a component.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Transient
var vertexShader: ZShader