Exemplo n.º 1
0
 public void RecordDispatch([NativeTypeName("ID3D12CommandList *")] ID3D12CommandList *commandList, [NativeTypeName("IDMLDispatchable *")] IDMLDispatchable *dispatchable, [NativeTypeName("IDMLBindingTable *")] IDMLBindingTable *bindings)
 {
     ((delegate * stdcall <IDMLCommandRecorder *, ID3D12CommandList *, IDMLDispatchable *, IDMLBindingTable *, void>)(lpVtbl[8]))((IDMLCommandRecorder *)Unsafe.AsPointer(ref this), commandList, dispatchable, bindings);
 }
Exemplo n.º 2
0
 public void RecordDispatch(ID3D12CommandList *commandList, IDMLDispatchable *dispatchable, IDMLBindingTable *bindings)
 {
     ((delegate * unmanaged <IDMLCommandRecorder *, ID3D12CommandList *, IDMLDispatchable *, IDMLBindingTable *, void>)(lpVtbl[8]))((IDMLCommandRecorder *)Unsafe.AsPointer(ref this), commandList, dispatchable, bindings);
 }