SharpDXBuffer ClassDelta Engine Documentation
Simplifies DirectX buffer creation
Inheritance Hierarchy

System Object
  DisposeBase
    CppObject
      ComObject
        DeviceChild
          Resource
            Buffer
              DeltaEngine.Graphics.SharpDX SharpDXBuffer

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

public class SharpDXBuffer : Buffer

The SharpDXBuffer type exposes the following members.

Constructors

  NameDescription
Public methodSharpDXBuffer
Initializes a new instance of the SharpDXBuffer class
Top
Methods

  NameDescription
Public methodCalculateSubResourceIndex (Inherited from Resource.)
Public methodDispose  (Inherited from DisposeBase.)
Protected methodDispose(Boolean) (Inherited from DeviceChild.)
Public methodFilterTexture (Inherited from Resource.)
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 Buffer.)
Public propertyDevice (Inherited from DeviceChild.)
Public propertyDimension (Inherited from Resource.)
Public propertyEvictionPriority (Inherited from Resource.)
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