<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Graph in iMX6]]></title><description><![CDATA[<p dir="auto">I wanted to develop graphs for one of my applications running in an iMX6 device.<br />
I tried running the sample SceneGraph/Graph application available in Qt 5.6 Examples and found it to be relevant for my usecase. Tried running this application in my iMX6 target and I get a 'SIGABRT'  and on remote debugging , I find the SIGABRT happening in QSGSimpleMaterialShader, with the error message</p>
<pre><code>        qFatal("QSGSimpleMaterialShader does not implement 'uniform highp mat4 %s;' in its vertex shader",)
</code></pre>
<p dir="auto">Does this have any dependency that it cannot run in my target device ?</p>
]]></description><link>https://forum.qt.io/topic/113406/graph-in-imx6</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 04:31:21 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/113406.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Apr 2020 17:02:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Graph in iMX6 on Tue, 07 Apr 2020 22:27:56 GMT]]></title><description><![CDATA[<p dir="auto">I don't have an iMX6 or the environment but if you could try using OpenGL-ES, ANGLE or perhaps VULKAN <a href="https://doc.qt.io/qt-5/qtgui-hellovulkanwindow-example.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-5/qtgui-hellovulkanwindow-example.html</a> ?</p>
<p dir="auto">As you are doing device dev, are you commercial, I'd call support for this as they are in their element for this sort of stuff... and you're already paying for it.</p>
]]></description><link>https://forum.qt.io/post/587241</link><guid isPermaLink="true">https://forum.qt.io/post/587241</guid><dc:creator><![CDATA[6thC]]></dc:creator><pubDate>Tue, 07 Apr 2020 22:27:56 GMT</pubDate></item></channel></rss>