[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.CommandList

Class CommandList

Namespace
GrapeCity.Documents.DX.Direct3D11
Assembly
GcDocs.DX.Windows.dll

ID3D11CommandList

[Guid("a24bc4d1-769e-43f7-8013-98ff566c18e2")]
public class CommandList : DeviceChild, IDisposable, IUnknown
Inheritance
CommandList
Implements
Inherited Members

Constructors

CommandList(IntPtr)

Initializes a new instance of the CommandList class.

public CommandList(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Methods

GetContextFlags()

unsigned int ID3D11CommandList::GetContextFlags()

public int GetContextFlags()

Returns

int

Operators

explicit operator CommandList(IntPtr)

Performs an explicit conversion from IntPtr to CommandList.

public static explicit operator CommandList(IntPtr nativePointer)

Parameters

nativePointer IntPtr

Returns

CommandList