Version: 2022.1
public Rendering.BatchID AddBatch (NativeArray<MetadataValue> batchMetadata, GraphicsBufferHandle buffer);

参数

batchMetadata The metadata properties for this batch.
buffer The GraphicsBufferHandle of the GraphicsBuffer associated with this batch.

返回

BatchID ID of the created batch.

描述

Create a draw command batch that shares a single set of metadata values and a single GraphicsBuffer.