Esempio n. 1
0
 public int GetDesc(D3D11_SHADER_VARIABLE_DESC *pDesc)
 {
     return(((delegate * unmanaged <ID3D11ShaderReflectionVariable *, D3D11_SHADER_VARIABLE_DESC *, int>)(lpVtbl[0]))((ID3D11ShaderReflectionVariable *)Unsafe.AsPointer(ref this), pDesc));
 }
 public int GetDesc([NativeTypeName("D3D11_SHADER_VARIABLE_DESC *")] D3D11_SHADER_VARIABLE_DESC *pDesc)
 {
     return(((delegate * stdcall <ID3D11ShaderReflectionVariable *, D3D11_SHADER_VARIABLE_DESC *, int>)(lpVtbl[0]))((ID3D11ShaderReflectionVariable *)Unsafe.AsPointer(ref this), pDesc));
 }