Skip to content

Documentation / device / ShaderTypeFunc

Type Alias: ShaderTypeFunc()

ShaderTypeFunc = PBShaderExp

Defined in: libs/device/src/builder/base.ts:45

type of a shader variable constructor

ShaderTypeFunc(...args): PBShaderExp

type of a shader variable constructor

Parameters

args

...any[]

Returns

PBShaderExp

Indexable

[dim: number]: ShaderTypeFunc

Properties

ptr

ptr: ShaderTypeFunc

Defined in: libs/device/src/builder/base.ts:47

Released under the MIT License.