Ejemplo n.º 1
0
 public int GetDesc([NativeTypeName("D3D12_FUNCTION_DESC *")] D3D12_FUNCTION_DESC *pDesc)
 {
     return(((delegate * stdcall <ID3D12FunctionReflection *, D3D12_FUNCTION_DESC *, int>)(lpVtbl[0]))((ID3D12FunctionReflection *)Unsafe.AsPointer(ref this), pDesc));
 }
Ejemplo n.º 2
0
 public int GetDesc(D3D12_FUNCTION_DESC *pDesc)
 {
     return(((delegate * unmanaged <ID3D12FunctionReflection *, D3D12_FUNCTION_DESC *, int>)(lpVtbl[0]))((ID3D12FunctionReflection *)Unsafe.AsPointer(ref this), pDesc));
 }