Simplifies DirectX buffer creation
Inheritance Hierarchy
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
The SharpDXBuffer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SharpDXBuffer | Initializes a new instance of the SharpDXBuffer class |
Methods
Name | Description | |
---|---|---|
![]() | CalculateSubResourceIndex | (Inherited from Resource.) |
![]() | Dispose | (Inherited from DisposeBase.) |
![]() | Dispose(Boolean) | (Inherited from DeviceChild.) |
![]() | FilterTexture | (Inherited from Resource.) |
![]() | 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 Buffer.) |
![]() | Device | (Inherited from DeviceChild.) |
![]() | Dimension | (Inherited from Resource.) |
![]() | EvictionPriority | (Inherited from Resource.) |
![]() | 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