CircularBuffer AddDataNative VertexType  Method Delta Engine Documentation

Namespace: DeltaEngine.Graphics
Assembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax

protected abstract void AddDataNative<VertexType>(
	CircularBuffer&#160;Chunk textureChunk,
	VertexType[] vertexData,
	short[] indices,
	int numberOfVertices,
	int numberOfIndices
)
where VertexType : struct, new(), Vertex

Parameters

textureChunk
Type: DeltaEngine.Graphics CircularBuffer Chunk
vertexData
Type:  VertexType 
indices
Type:  System Int16 
numberOfVertices
Type: System Int32
numberOfIndices
Type: System Int32
Type Parameters

VertexType
See Also