Ejemplo n.º 1
0
 public DepthStencilState(DisposableI parent, DepthStencilStateDescI desc)
     : base(parent)
 {
     video     = parent.FindParentOrSelfWithException <Video>();
     this.desc = (DepthStencilStateDesc)desc;
 }
Ejemplo n.º 2
0
 public static DepthStencilState New(DisposableI parent, DepthStencilStateDescI desc)
 {
     return new DepthStencilState(parent, desc);
 }
Ejemplo n.º 3
0
 public static DepthStencilState New(DisposableI parent, DepthStencilStateDescI desc)
 {
     return(new DepthStencilState(parent, desc));
 }
Ejemplo n.º 4
0
 public DepthStencilState(DisposableI parent, DepthStencilStateDescI desc)
     : base(parent)
 {
     video = parent.FindParentOrSelfWithException<Video>();
     this.desc = (DepthStencilStateDesc)desc;
 }