What does ARB mean in the opengl functions?

opengl

Solution

ARB stands for "Architecture Review Board"

OpenGL extensions start their life as vendor specific extensions, then they may be eventually reworked as a stamped ARB and finally they might enter the core specification in a future release: see All About OpenGL Extensions.

Problem

This should be easy one, I just haven't found any reference to that.

Original source