@feng3d/render-api - v0.0.13
Preparing search index...
BufferBindingInfo
Interface BufferBindingInfo
缓冲区绑定信息。
interface
BufferBindingInfo
{
items
:
{
Cls
:
|
Int16ArrayConstructor
|
Int32ArrayConstructor
|
Uint32ArrayConstructor
|
Float32ArrayConstructor
;
offset
:
number
;
paths
:
string
[]
;
size
:
number
;
typeName
?:
string
;
}
[]
;
size
:
number
;
}
Index
Properties
items
size
Properties
items
items
:
{
Cls
:
|
Int16ArrayConstructor
|
Int32ArrayConstructor
|
Uint32ArrayConstructor
|
Float32ArrayConstructor
;
offset
:
number
;
paths
:
string
[]
;
size
:
number
;
typeName
?:
string
;
}
[]
Type declaration
Cls
:
|
Int16ArrayConstructor
|
Int32ArrayConstructor
|
Uint32ArrayConstructor
|
Float32ArrayConstructor
offset
:
number
paths
:
string
[]
size
:
number
Optional
typeName
?:
string
类型名称(用于判断是否需要对齐转换,WebGPU 专用)
size
size
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
size
@feng3d/render-api - v0.0.13
Loading...
缓冲区绑定信息。