Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Documentation~/Operator-BufferCount.md
2024-08-26 23:07:20 +03:00

958 B

Buffer Count

Menu Path : Operator > Sampling > Buffer Count

The Buffer Count Operator enables you to get the number of element in the a GraphicsBuffer.

Operator Properties

Input Type Description
Buffer GraphicsBuffer The source GraphicsBuffer to get the number of elements in. You can only connect an exposed property to this input port.
Output Type Description
Count UInt The number of element in the buffer. For more information, see GraphicsBuffer.count