Example #1
0
 public GfxFragLightLUT()
 {
     Sampler = new GfxLUTReference();
 }
Example #2
0
 public GfxFragLightLUT(GfxLUTReference Sampler)
 {
     this.Sampler = Sampler;
 }