Example #1
0
		protected internal Composition(Context context, Texture texture) :
			base(context, texture, new Depth(context), new FrameBuffer(context))
		{ }
Example #2
0
		protected Texture(Texture original) :
			base(original)
		{
			this.InternalFormat = original.InternalFormat;
			this.Format = original.Format;
		}