Add GL_EXT_fog_coord

This commit is contained in:
Keith Whitwell 2005-01-04 12:57:02 +00:00
parent 31c25f2edc
commit 6650264802
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ static const char * const card_extensions[] =
"GL_EXT_texture_env_dot3",
"GL_EXT_texture_lod_bias",
"GL_EXT_secondary_color",
"GL_EXT_fog_coord",
"GL_NV_blend_square",
NULL
};