Inheritance: BlendStateDescI
コード例 #1
0
ファイル: BlendState.cs プロジェクト: damian-666/ReignSDK
 public BlendState(DisposableI parent, BlendStateDescI desc)
     : base(parent)
 {
     video     = parent.FindParentOrSelfWithException <Video>();
     this.desc = (BlendStateDesc)desc;
 }
コード例 #2
0
ファイル: BlendState.cs プロジェクト: reignstudios/ReignSDK
 public BlendState(DisposableI parent, BlendStateDescI desc)
     : base(parent)
 {
     video = parent.FindParentOrSelfWithException<Video>();
     this.desc = (BlendStateDesc)desc;
 }