Inheritance: DepthStencilStateDescI
Exemplo n.º 1
0
 public DepthStencilState(DisposableI parent, DepthStencilStateDescI desc)
     : base(parent)
 {
     video     = parent.FindParentOrSelfWithException <Video>();
     this.desc = (DepthStencilStateDesc)desc;
 }
Exemplo n.º 2
0
 public DepthStencilState(DisposableI parent, DepthStencilStateDescI desc)
     : base(parent)
 {
     video = parent.FindParentOrSelfWithException<Video>();
     this.desc = (DepthStencilStateDesc)desc;
 }