C# Class CSharpGL.Points

Some Points
Inheritance: IBufferable
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetIndexBuffer ( ) : CSharpGL.IndexBuffer
Résultat CSharpGL.IndexBuffer

GetVertexAttributeBuffer() public méthode

public GetVertexAttributeBuffer ( string bufferName, string varNameInShader ) : CSharpGL.VertexBuffer
bufferName string
varNameInShader string
Résultat CSharpGL.VertexBuffer

Points() public méthode

Some Points
public Points ( IList pointPositions ) : System
pointPositions IList
Résultat System

UsesZeroIndexBuffer() public méthode

Uses ZeroIndexBuffer or OneIndexBuffer.
public UsesZeroIndexBuffer ( ) : bool
Résultat bool