formatage de datas
format
Retourne des constantes d´OpenGL:
format("L") retourne GL_LUMINANCE (6409)
format("R") retourne GL_RED (6403)
format("G") retourne GL_GREEN (6404)
format("B") retourne GL_BLUE (6405)
format("A") retourne GL_ALPHA (6406)
format("LA") retourne GL_LUMINANCE_ALPHA (6410)
format("RGB") retourne GL_RGB (6407)
format("RGBA") retourne GL_RGBA (6408)