Beispiel #1
0
 public override sealed void Initialize()
 {
     base.Initialize();
     _sampler = _sampler ?? new Sampler2DOutputChannel( 0, "Sampler2d" );
 }
Beispiel #2
0
 public override sealed void Initialize()
 {
     base.Initialize();
     _sampler = _sampler ?? new Sampler2DOutputChannel(0, "Sampler2d");
 }
Beispiel #3
0
		public override sealed void Initialize ()
		{
			_sampler = _sampler ?? new Sampler2DOutputChannel( 0, "GrabTexture" );
		}
Beispiel #4
0
 public override sealed void Initialize()
 {
     _sampler = _sampler ?? new Sampler2DOutputChannel(0, "GrabTexture");
 }