webgl: Drop a silly check for 0 in GetTexParameter.
5f2d512
0 is not among the valid values for a wrap mode or filter, so it won't ever be returned unless the driver is broken, and even if it was a valid value we would want to pass it through.