GraphicsBuffer:getElementCount

Available since LÖVE 12.0
This function is not supported in earlier versions.

Gets the total number of array elements in this GraphicsBuffer.

Function

Synopsis

count = GraphicsBuffer:getElementCount( )

Arguments

None.

Returns

number count
The total number of array elements in this Buffer.

See Also

Other Languages