GPUConstantEntry


class GPUConstantEntry


A single constant value override for a shader module.

Summary

Public constructors

GPUConstantEntry(key: String, value: Double)

Public properties

String

The name of the constant to override.

Double

The override value (floating-point representation).

Public constructors

GPUConstantEntry

Added in 1.0.0-alpha02
GPUConstantEntry(key: String, value: Double)

Public properties

key

Added in 1.0.0-alpha02
var keyString

The name of the constant to override.

value

Added in 1.0.0-alpha02
var valueDouble

The override value (floating-point representation).