Beispiel #1
0
 public void ExecuteMetaCommand([NativeTypeName("ID3D12MetaCommand *")] ID3D12MetaCommand *pMetaCommand, [NativeTypeName("const void *")] void *pExecutionParametersData, [NativeTypeName("SIZE_T")] nuint ExecutionParametersDataSizeInBytes)
 {
     ((delegate * stdcall <ID3D12GraphicsCommandList4 *, ID3D12MetaCommand *, void *, nuint, void>)(lpVtbl[71]))((ID3D12GraphicsCommandList4 *)Unsafe.AsPointer(ref this), pMetaCommand, pExecutionParametersData, ExecutionParametersDataSizeInBytes);
 }
Beispiel #2
0
 public void InitializeMetaCommand(ID3D12MetaCommand *pMetaCommand, [NativeTypeName("const void *")] void *pInitializationParametersData, [NativeTypeName("SIZE_T")] nuint InitializationParametersDataSizeInBytes)
 {
     ((delegate * unmanaged <ID3D12GraphicsCommandList6 *, ID3D12MetaCommand *, void *, nuint, void>)(lpVtbl[70]))((ID3D12GraphicsCommandList6 *)Unsafe.AsPointer(ref this), pMetaCommand, pInitializationParametersData, InitializationParametersDataSizeInBytes);
 }