public void GetDesc([NativeTypeName("D3D11_SAMPLER_DESC *")] D3D11_SAMPLER_DESC *pDesc)
 {
     ((delegate * stdcall <ID3D11SamplerState *, D3D11_SAMPLER_DESC *, void>)(lpVtbl[7]))((ID3D11SamplerState *)Unsafe.AsPointer(ref this), pDesc);
 }
示例#2
0
 public int CreateSamplerState([NativeTypeName("const D3D11_SAMPLER_DESC *")] D3D11_SAMPLER_DESC *pSamplerDesc, [NativeTypeName("ID3D11SamplerState **")] ID3D11SamplerState **ppSamplerState)
 {
     return(((delegate * unmanaged <ID3D11Device1 *, D3D11_SAMPLER_DESC *, ID3D11SamplerState **, int>)(lpVtbl[23]))((ID3D11Device1 *)Unsafe.AsPointer(ref this), pSamplerDesc, ppSamplerState));
 }
 public void GetDesc(D3D11_SAMPLER_DESC *pDesc)
 {
     ((delegate * unmanaged <ID3D11SamplerState *, D3D11_SAMPLER_DESC *, void>)(lpVtbl[7]))((ID3D11SamplerState *)Unsafe.AsPointer(ref this), pDesc);
 }