SharpDXCircularBuffer AddDataNative VertexType  Method (CircularBuffer Chunk,  VertexType ,  Int16 , Int32, Int32)Delta Engine Documentation

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

protected override 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