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