示例#1
0
 public HRESULT GetDesc(D3D12_SHADER_BUFFER_DESC *pDesc)
 {
     return(((delegate * unmanaged <ID3D12ShaderReflectionConstantBuffer *, D3D12_SHADER_BUFFER_DESC *, int>)(lpVtbl[0]))((ID3D12ShaderReflectionConstantBuffer *)Unsafe.AsPointer(ref this), pDesc));
 }
 public int GetDesc([NativeTypeName("D3D12_SHADER_BUFFER_DESC *")] D3D12_SHADER_BUFFER_DESC *pDesc)
 {
     return(((delegate * stdcall <ID3D12ShaderReflectionConstantBuffer *, D3D12_SHADER_BUFFER_DESC *, int>)(lpVtbl[0]))((ID3D12ShaderReflectionConstantBuffer *)Unsafe.AsPointer(ref this), pDesc));
 }