Simplifies DirectX sampler creation
Inheritance Hierarchy
DisposeBase
CppObject
ComObject
DeviceChild
SamplerState
DeltaEngine.Graphics.SharpDX SharpDXSampler
Namespace: DeltaEngine.Graphics.SharpDX
Assembly: DeltaEngine.Graphics.SharpDX (in DeltaEngine.Graphics.SharpDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SharpDXSampler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SharpDXSampler | Initializes a new instance of the SharpDXSampler class |
Methods
Name | Description | |
---|---|---|
BuildFilterDescription | ||
Dispose | (Inherited from DisposeBase.) | |
Dispose(Boolean) | (Inherited from DeviceChild.) | |
FromTemp(CppObject) | (Inherited from CppObject.) | |
FromTemp(IntPtr) | (Inherited from CppObject.) | |
GetPrivateData | (Inherited from DeviceChild.) | |
NativePointerUpdated | (Inherited from DeviceChild.) | |
NativePointerUpdating | (Inherited from ComObject.) | |
QueryInterface(Guid, IntPtr ) | (Inherited from ComObject.) | |
QueryInterface``1 | (Inherited from ComObject.) | |
QueryInterfaceFrom``1 | (Inherited from ComObject.) | |
QueryInterfaceOrNull(Guid) | (Inherited from ComObject.) | |
QueryInterfaceOrNull``1 | (Inherited from ComObject.) | |
SetPrivateData | (Inherited from DeviceChild.) | |
SetPrivateDataInterface | (Inherited from DeviceChild.) |
Fields
Name | Description | |
---|---|---|
_nativePointer | (Inherited from CppObject.) | |
Device__ | (Inherited from DeviceChild.) |
Properties
Name | Description | |
---|---|---|
DebugName | (Inherited from DeviceChild.) | |
Description | (Inherited from SamplerState.) | |
Device | (Inherited from DeviceChild.) | |
IsDisposed | (Inherited from DisposeBase.) | |
NativePointer | (Inherited from CppObject.) | |
Tag | (Inherited from CppObject.) |
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from DisposeBase.) | |
Disposing | (Inherited from DisposeBase.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
SharpDX#IUnknown#AddReference | (Inherited from ComObject.) | |
SharpDX#IUnknown#QueryInterface | (Inherited from ComObject.) | |
SharpDX#IUnknown#Release | (Inherited from ComObject.) |
See Also