コード例 #1
0
 public GfxFragLightLUT()
 {
     Sampler = new GfxLUTReference();
 }
コード例 #2
0
ファイル: GfxFragLightLUT.cs プロジェクト: HelloOO7/SPICA
 public GfxFragLightLUT(GfxLUTReference Sampler)
 {
     this.Sampler = Sampler;
 }