Example #1
0
 public unsafe PixelShader(IDirect3DPixelShader9 *pUnk)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public unsafe PixelShader(IDirect3DPixelShader9 *lp, Device device)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public unsafe void UpdateUnmanagedPointer(IDirect3DPixelShader9 *pInterface)
 {
     throw new NotImplementedException();
 }