Skip to content
本页内容

Class: GeometryIndicesBuffer

Properties

Constructors

Methods

Properties

uuid

uuid: string = ''

Defined in

src/core/geometry/GeometryIndicesBuffer.ts:8


name

name: string

Defined in

src/core/geometry/GeometryIndicesBuffer.ts:9


indicesGPUBuffer

indicesGPUBuffer: IndicesGPUBuffer

Defined in

src/core/geometry/GeometryIndicesBuffer.ts:10


indicesFormat

indicesFormat: GPUIndexFormat

Defined in

src/core/geometry/GeometryIndicesBuffer.ts:11


indicesCount

indicesCount: number = 0

Defined in

src/core/geometry/GeometryIndicesBuffer.ts:12

Constructors

constructor

new GeometryIndicesBuffer()

Defined in

src/core/geometry/GeometryIndicesBuffer.ts:13

Methods

createIndicesBuffer

createIndicesBuffer(indicesData): void

Parameters

NameType
indicesDataVertexAttributeData

Returns

void

Defined in

src/core/geometry/GeometryIndicesBuffer.ts:16


upload

upload(data): void

Parameters

NameType
dataArrayBufferData

Returns

void

Defined in

src/core/geometry/GeometryIndicesBuffer.ts:26


compute

compute(): void

Returns

void

Defined in

src/core/geometry/GeometryIndicesBuffer.ts:31


destroy

destroy(): void

Returns

void

Defined in

src/core/geometry/GeometryIndicesBuffer.ts:35