跳到主要内容

GLBuffer

Ploy3D / GLBuffer

Interface: GLBuffer

GL缓存。

Table of contents

Properties

Methods

Properties

buffer

Readonly buffer: WebGLBuffer

缓存对象。


copyDst

Readonly copyDst: boolean

是否可作为拷贝目标绑定。


copySrc

Readonly copySrc: boolean

是否可作为拷贝源绑定。


label

Readonly label: string

缓存标签。


size

Readonly size: number

缓存大小。


target

Readonly target: number

缓存绑定目标。


usage

Readonly usage: number

缓存用法。

Methods

destroy

destroy(): void

缓存对象销毁方法。

Returns

void