SharpDXSampler ClassDelta Engine Documentation
Simplifies DirectX sampler creation
Inheritance Hierarchy

System Object
  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

public class SharpDXSampler : SamplerState

The SharpDXSampler type exposes the following members.

Constructors

  NameDescription
Public methodSharpDXSampler
Initializes a new instance of the SharpDXSampler class
Top
Methods

  NameDescription
Protected methodStatic memberBuildFilterDescription
Public methodDispose  (Inherited from DisposeBase.)
Protected methodDispose(Boolean) (Inherited from DeviceChild.)
Protected methodFromTemp(CppObject) (Inherited from CppObject.)
Protected methodFromTemp(IntPtr) (Inherited from CppObject.)
Public methodGetPrivateData (Inherited from DeviceChild.)
Protected methodNativePointerUpdated (Inherited from DeviceChild.)
Protected methodNativePointerUpdating (Inherited from ComObject.)
Public methodQueryInterface(Guid, IntPtr ) (Inherited from ComObject.)
Public methodQueryInterface``1  (Inherited from ComObject.)
Protected methodQueryInterfaceFrom``1 (Inherited from ComObject.)
Public methodQueryInterfaceOrNull(Guid) (Inherited from ComObject.)
Public methodQueryInterfaceOrNull``1  (Inherited from ComObject.)
Public methodSetPrivateData (Inherited from DeviceChild.)
Public methodSetPrivateDataInterface (Inherited from DeviceChild.)
Top
Fields

  NameDescription
Protected field_nativePointer (Inherited from CppObject.)
Protected fieldDevice__ (Inherited from DeviceChild.)
Top
Properties

  NameDescription
Public propertyDebugName (Inherited from DeviceChild.)
Public propertyDescription (Inherited from SamplerState.)
Public propertyDevice (Inherited from DeviceChild.)
Public propertyIsDisposed (Inherited from DisposeBase.)
Public propertyNativePointer (Inherited from CppObject.)
Public propertyTag (Inherited from CppObject.)
Top
Events

  NameDescription
Public eventDisposed (Inherited from DisposeBase.)
Public eventDisposing (Inherited from DisposeBase.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodSharpDX#IUnknown#AddReference (Inherited from ComObject.)
Explicit interface implemetationPrivate methodSharpDX#IUnknown#QueryInterface (Inherited from ComObject.)
Explicit interface implemetationPrivate methodSharpDX#IUnknown#Release (Inherited from ComObject.)
Top
See Also