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