C# Class CSharpGL.Points

Some Points
Inheritance: IBufferable
Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
GetIndexBuffer ( ) : CSharpGL.IndexBuffer

GetVertexAttributeBuffer ( string bufferName, string varNameInShader ) : CSharpGL.VertexBuffer

Points ( IList pointPositions ) : System

Some Points

UsesZeroIndexBuffer ( ) : bool

Uses ZeroIndexBuffer or OneIndexBuffer.

Method Details

GetIndexBuffer() public method

public GetIndexBuffer ( ) : CSharpGL.IndexBuffer
return CSharpGL.IndexBuffer

GetVertexAttributeBuffer() public method

public GetVertexAttributeBuffer ( string bufferName, string varNameInShader ) : CSharpGL.VertexBuffer
bufferName string
varNameInShader string
return CSharpGL.VertexBuffer

Points() public method

Some Points
public Points ( IList pointPositions ) : System
pointPositions IList
return System

UsesZeroIndexBuffer() public method

Uses ZeroIndexBuffer or OneIndexBuffer.
public UsesZeroIndexBuffer ( ) : bool
return bool