Exemplo n.º 1
0
		protected Shader(Shader original) :
			base(original)
		{
			this.Identifier = original.Identifier;
			this.type = original.type;
			original.Identifier = 0;
		}
Exemplo n.º 2
0
		public abstract void Detach(Shader shader);
Exemplo n.º 3
0
		public abstract void Attach(Shader shader);
Exemplo n.º 4
0
		internal void Delete(Shader shader)
		{
			this.shaderBin.Add(shader);
		}