arthurdead
Topic Author
Posts: 1
Joined: 20 Jan 2019, 13:39

GLRenderDevice fails to load glBlendEquation

03 May 2019, 04:22

Image
Image
Image

i have glBlendEquationi but not glBlendEquation

after googling i found this:
glBlendEquation is part of the GL_ARB_imaging subset.
glBlendEquation is present only if GL_ARB_imaging is returned when glGetString is called with GL_EXTENSIONS as its argument.

is there any way i can fix this ?
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: GLRenderDevice fails to load glBlendEquation

03 May 2019, 11:32

glBlendEquation is official since OpenGL 1.4
#ifndef GL_VERSION_1_4
#define GL_VERSION_1_4 1
GLAPI void APIENTRY glBlendEquation (GLenum mode);
#endif
#endif /* GL_VERSION_1_4 */
I do not understand what's going on. Is this the only function with NULL value? Is this happening in our samples or in your own integration?

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot], Google [Bot] and 38 guests