File indexing completed on 2024-05-05 05:41:37

0001 
0002 #ifndef GL_FRAMEBUFFER_SRB
0003 # define GL_FRAMEBUFFER_SRGB // Warn
0004 #endif
0005 
0006 #ifndef GL_FRAMEBUFFER_SRB
0007 # define GL_FRAMEBUFFER_SRB // OK
0008 # define GL_FRAMEBUFFER_SRGB // OK
0009 #endif
0010 
0011 #ifndef AA
0012 # define AAA // OK, too small
0013 #endif
0014 
0015 
0016 #ifndef GL_FRAMEBUFFER_SRGB
0017 # define GL_FRAMEBUFFER_SRGB // OK
0018 #endif