SharpDXBuffer Constructor Delta Engine Documentation
Initializes a new instance of the SharpDXBuffer class

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

public SharpDXBuffer(
	Device nativeDevice,
	int sizeInBytes,
	BindFlags flags
)

Parameters

nativeDevice
Type: Device
sizeInBytes
Type: System Int32
flags
Type: BindFlags
See Also