Home
Support

Knowledge Base

BSPs and drivers
Community resources
Product documentation
Questions?
Contact us

How to use OpenGL glBlendFuncSeparateOES()
 
________________________________________________________________________

Applicable Environment
________________________________________________________________________
  • Topic: How to use OpenGL glBlendFuncSeparateOES()
  • SDP: 6.5.0
  • Target: 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.
________________________________________________________________________


Related Attachments
 None Found





Please contact us with your questions or concerns.