正在准备搜索索引...
搜索索引不可用
LayaAir3引擎API
LayaAir3引擎API
laya/RenderDriver/WebGPUDriver/RenderDevice/WebGPUCodeGenerator
WebGPUUniformPropertyBindingInfo
接口 WebGPUUniformPropertyBindingInfo
uniform详细内容(可能是uniformBlock,texture或sampler)
interface
WebGPUUniformPropertyBindingInfo
{
binding
:
number
;
buffer
?:
GPUBufferBindingLayout
;
id
:
number
;
name
:
string
;
propertyId
:
number
;
sampler
?:
GPUSamplerBindingLayout
;
set
:
number
;
texture
?:
GPUTextureBindingLayout
;
type
:
WebGPUBindingInfoType
;
uniform
?:
WebGPUUniformBlockInfo
;
visibility
:
number
;
}
索引
属性
binding
buffer?
id
name
property
Id
sampler?
set
texture?
type
uniform?
visibility
属性
binding
binding
:
number
可选
buffer
buffer
?:
GPUBufferBindingLayout
id
id
:
number
name
name
:
string
property
Id
propertyId
:
number
可选
sampler
sampler
?:
GPUSamplerBindingLayout
set
set
:
number
可选
texture
texture
?:
GPUTextureBindingLayout
type
type
:
WebGPUBindingInfoType
可选
uniform
uniform
?:
WebGPUUniformBlockInfo
visibility
visibility
:
number
切换版本:
显示设置
成员可见性
继承
外部
配色
自动
浅色
深色
目录
属性
binding
buffer
id
name
property
Id
sampler
set
texture
type
uniform
visibility
LayaAir3引擎API
加载中……
uniform详细内容(可能是uniformBlock,texture或sampler)