protected Shader(Shader original) : base(original) { this.Identifier = original.Identifier; this.type = original.type; original.Identifier = 0; }
public abstract void Detach(Shader shader);
public abstract void Attach(Shader shader);
internal void Delete(Shader shader) { this.shaderBin.Add(shader); }