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

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

public SharpDXSampler(
	Device nativeDevice,
	Filter filter,
	TextureAddressMode textureAddressMode
)

Parameters

nativeDevice
Type: Device
filter
Type: Filter
textureAddressMode
Type: TextureAddressMode
See Also