remove arb shader demos
ARB_{vertex,fragment}_program
has been long superseded by
ARB_{vertex,fragment}_shader
, and shouldn't really be used these days.
So let's remove them from the tree, to avoid encouraging use.
Edited by Erik Faye-Lund
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
ARB_{vertex,fragment}_program
has been long superseded by
ARB_{vertex,fragment}_shader
, and shouldn't really be used these days.
So let's remove them from the tree, to avoid encouraging use.