public int GetDesc([NativeTypeName("D3D11_SHADER_BUFFER_DESC *")] D3D11_SHADER_BUFFER_DESC *pDesc)
 {
     return(((delegate * stdcall <ID3D11ShaderReflectionConstantBuffer *, D3D11_SHADER_BUFFER_DESC *, int>)(lpVtbl[0]))((ID3D11ShaderReflectionConstantBuffer *)Unsafe.AsPointer(ref this), pDesc));
 }
コード例 #2
0
 public int GetDesc(D3D11_SHADER_BUFFER_DESC *pDesc)
 {
     return(((delegate * unmanaged <ID3D11ShaderReflectionConstantBuffer *, D3D11_SHADER_BUFFER_DESC *, int>)(lpVtbl[0]))((ID3D11ShaderReflectionConstantBuffer *)Unsafe.AsPointer(ref this), pDesc));
 }