Renamed MSAA test program.

This commit is contained in:
Camilla Berglund
2015-05-19 15:16:42 +02:00
parent 8f0fd7ecf5
commit a1641cdec9
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ static AttribGL gl_attribs[] =
{ GL_DEPTH_BITS, NULL, "depth bits" },
{ GL_STENCIL_BITS, NULL, "stencil bits" },
{ GL_STEREO, NULL, "stereo" },
{ GL_SAMPLES_ARB, "GL_ARB_multisample", "FSAA samples" },
{ GL_SAMPLES_ARB, "GL_ARB_multisample", "MSAA samples" },
{ 0, NULL, NULL }
};