LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: overlisted on October 01, 2019, 04:34:07

Title: [IDEA] Mark non-core OpenGL functions with @Deprecated annotation
Post by: overlisted on October 01, 2019, 04:34:07
How about apply @Deprecated annotation to OpenGL functions that are removed from core profile?
Title: Re: [IDEA] Mark non-core OpenGL functions with @Deprecated annotation
Post by: spasi on October 03, 2019, 08:10:25
This has been suggested and rejected before. The reason is that using compatibility profile functionality is still reasonable and actually very common.

LWJGL now has separate class hierarchies for compatibility and core profiles (e.g. GL20 and GL20C). There are no deprecated symbols in the *C variants.