Home
Support

Knowledge Base

BSPs and drivers
Community resources
Product documentation
Questions?
Contact us

Beagle/OMAP3530 - gles2-egl-gears -layer=2 -config=rgba8888 does not render
 
________________________________________________________________________

Applicable Environment
________________________________________________________________________
  • Topic: Beagle OMAP3530 gles2-egl-gears
  • SDP: 6.5.0
  • Target: Beagle OMAP3530
________________________________________________________________________

Recommendation
________________________________________________________________________

There is a problem in the gles2-egl-gears application, and you need to apply the following change:

Index: gears.fs
=====================================================
--- gears.fs (revision 364723)
+++ gears.fs (working copy)
@@ -16,5 +16,5 @@
"void main(void)\n"
"{\n"
" // this is the simplest fragment shader\n"
-" gl_FragColor.rgb = Color;\n"
+" gl_FragColor = vec4(Color,1.0);\n"
"}\n";

________________________________________________________________________
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.