CSharpGL.PointCloudModel.UsesZeroIndexBuffer C# (CSharp) Method

UsesZeroIndexBuffer() public method

Uses ZeroIndexBuffer or OneIndexBuffer.
public UsesZeroIndexBuffer ( ) : bool
return bool
        public bool UsesZeroIndexBuffer()
        {
            return true;
        }