public DepthStencilState(DisposableI parent, DepthStencilStateDescI desc) : base(parent) { video = parent.FindParentOrSelfWithException <Video>(); this.desc = (DepthStencilStateDesc)desc; }
public static DepthStencilState New(DisposableI parent, DepthStencilStateDescI desc) { return new DepthStencilState(parent, desc); }
public static DepthStencilState New(DisposableI parent, DepthStencilStateDescI desc) { return(new DepthStencilState(parent, desc)); }
public DepthStencilState(DisposableI parent, DepthStencilStateDescI desc) : base(parent) { video = parent.FindParentOrSelfWithException<Video>(); this.desc = (DepthStencilStateDesc)desc; }