internal void bindTexture(int location) { buffer.bindTexture(location); }
public override void apply(Shader sh, RenderArgs ra) { Fbo buff = ra.getBuffer(buffer); buff.bindTexture(location); }