Click or drag to resize

CounterQueueEnqueue(Int32) Method

Increments the number of items queued.

Namespace: Demo3D.Utilities.Performance
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public void Enqueue(
	int numItems
)

Parameters

numItems  Int32
Number of items.
See Also