Shader
Ploy3D • Docs
Ploy3D / Shader
Interface: Shader
着色器。
Extends
Properties
asset
asset:
ShaderAsset
着色器资产。
branchKeys
branchKeys:
string
[]
分支健数组。
custom_g3?
optional
custom_g3:GPUBindGroupLayout
自定义GPU资源绑定组布局实例G3。
Inherited from
fscode
fscode:
string
资源绑定组代码。
Inherited from
group
group:
number
资源组索引。
Inherited from
id
id:
number
着色器ID。
layout?
optional
layout:GPUBindGroupLayout
GPU资源绑定组布局实例。
Inherited from
module?
optional
module:GPUShaderModule
[]
分别存储编译后的顶点、片元、计算着色器模块。
name
name:
string
着色器唯一名称。
refCount
refCount:
number
着色器引用计数。
tuple
tuple:
PropTuple
资源绑定组属性元组。
Inherited from
vscode
vscode:
string
资源绑定组代码。