public void GetDesc(D3D11_QUERY_DESC *pDesc) { ((delegate * unmanaged <ID3D11Query *, D3D11_QUERY_DESC *, void>)(lpVtbl[8]))((ID3D11Query *)Unsafe.AsPointer(ref this), pDesc); }
public int CreatePredicate([NativeTypeName("const D3D11_QUERY_DESC *")] D3D11_QUERY_DESC *pPredicateDesc, [NativeTypeName("ID3D11Predicate **")] ID3D11Predicate **ppPredicate) { return(((delegate * unmanaged <ID3D11Device1 *, D3D11_QUERY_DESC *, ID3D11Predicate **, int>)(lpVtbl[25]))((ID3D11Device1 *)Unsafe.AsPointer(ref this), pPredicateDesc, ppPredicate)); }
public void GetDesc([NativeTypeName("D3D11_QUERY_DESC *")] D3D11_QUERY_DESC *pDesc) { ((delegate * stdcall <ID3D11Query *, D3D11_QUERY_DESC *, void>)(lpVtbl[8]))((ID3D11Query *)Unsafe.AsPointer(ref this), pDesc); }
public int CreateQuery([NativeTypeName("const D3D11_QUERY_DESC *")] D3D11_QUERY_DESC *pQueryDesc, [NativeTypeName("ID3D11Query **")] ID3D11Query **ppQuery) { return(((delegate * unmanaged <ID3D11Device1 *, D3D11_QUERY_DESC *, ID3D11Query **, int>)(lpVtbl[24]))((ID3D11Device1 *)Unsafe.AsPointer(ref this), pQueryDesc, ppQuery)); }
public void GetDesc([NativeTypeName("D3D11_QUERY_DESC *")] D3D11_QUERY_DESC *pDesc) { ((delegate * unmanaged <ID3D11Predicate *, D3D11_QUERY_DESC *, void>)(lpVtbl[8]))((ID3D11Predicate *)Unsafe.AsPointer(ref this), pDesc); }