How to use OpenGL glBlendFuncSeparateOES() ________________________________________________________________________
Applicable Environment
________________________________________________________________________
Topic : How to use OpenGL glBlendFuncSeparateOES()SDP : 6.5.0Target : Any supported target________________________________________________________________________
Recommendation ________________________________________________________________________
This is an OpenGL extension function, so the calling application will need to call eglGetProcAddress().
For example:
PFNGLBLENDFUNCSEPARATEOESPROC
pglBlendFuncSeparateOES = (PFNGLBLENDFUNCSEPARATEOESPROC)eglGetProcAddress("glBlendFuncSeparateOES");
If not NULL, you can call this function pointer.
________________________________________________________________________
NOTE :
This entry has been validated against the SDP version listed above. Use
caution when considering this advice for any other SDP version. For
supported releases, please reach out to QNX Technical Support if you have any questions/concerns.________________________________________________________________________
Please contact us with your questions or concerns.