LWJGL Forum

Archive => Resolved Bugs/RFE => Topic started by: obi on December 12, 2014, 23:19:24

Title: [CLOSED] [MISSING] GL33.GL_SRC1_ALPHA
Post by: obi on December 12, 2014, 23:19:24
GL33.GL_SRC1_ALPHA is missing
Title: Re: [MISSING] GL33.GL_SRC1_ALPHA
Post by: spasi on December 13, 2014, 09:22:07
GL_SRC1_ALPHA was introduced in OpenGL 1.5, as an alias for GL_SOURCE1_ALPHA in OpenGL 1.3. The 3.3 release introduced the following only:

GL_SRC1_COLOR
GL_ONE_MINUS_SRC1_COLOR
GL_ONE_MINUS_SRC1_ALPHA
Title: Re: [MISSING] GL33.GL_SRC1_ALPHA
Post by: obi on December 17, 2014, 11:31:30
Oh.

Was just porting my code to LWJGL 3. LWJGL 2 had GL33.GL_SRC1_ALPHA so I thought there was a mistake.

Thanks for clearing that up.
Title: Re: [MISSING] GL33.GL_SRC1_ALPHA
Post by: spasi on December 17, 2014, 11:40:19
Yes, LWJGL 2 had it but it's been removed from there too. It was causing conflicts when used with static imports.