missing enums???

Started by Zero, April 04, 2005, 05:13:49

Previous topic - Next topic

Zero

I am attempting to use glBlendEquation() and it takes
GL_FUNC_ADD
GL_FUNC_SUB
GL_FUNC_REVERSE_SUBTRACT
GL_MIN
GL_MAX

according to  the redbook. are these named wrong? or missing?? i can't seem to use any
of them and they are not in the javadocs. perhaphs there is an alternative method.

Matzon

QuoteglBlendEquation is part of the GL_ARB_imaging subset.
and placed in the ARBImaging class :)

Zero

oh, the red book didn't mention that ;)

[edit] though it is talked about in the blending section not in the imaging section? oh well

Zero

glBlendEquation is in org.lwjgl.opengl.GL14 and its enums are in org.lwjgl.opengl.ARBImaging.... that is slightly confusing ;).
Perhaps ARBImaging is part of standard 1.4 now?