Hello
Guest
Register
Login
1 Hour
1 Day
1 Week
1 Month
Forever
LWJGL 3.3.2 released
Menu
Home
Help
Search
Login
Register
go
LWJGL Forum
Archive
Resolved Bugs/RFE
[CLOSED] [MISSING] GL33.GL_SRC1_ALPHA
« previous
next »
Print
Pages: [
1
]
[CLOSED] [MISSING] GL33.GL_SRC1_ALPHA
3 Replies
7169 Views
obi
24
[CLOSED] [MISSING] GL33.GL_SRC1_ALPHA
«
on:
December 12, 2014, 23:19:24 »
GL33.GL_SRC1_ALPHA is missing
Logged
spasi
2258
Re: [MISSING] GL33.GL_SRC1_ALPHA
«
Reply #1 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:
Code:
[Select]
GL_SRC1_COLOR
GL_ONE_MINUS_SRC1_COLOR
GL_ONE_MINUS_SRC1_ALPHA
Logged
obi
24
Re: [MISSING] GL33.GL_SRC1_ALPHA
«
Reply #2 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.
Logged
spasi
2258
Re: [MISSING] GL33.GL_SRC1_ALPHA
«
Reply #3 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.
Logged
Print
Pages: [
1
]
« previous
next »