<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Re:Access violation in glLinkProgram using sampler2D texture[] array in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1544079#M124782</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I did, and I did respond by sending an archive of binaries. Did you not receive anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2023 07:52:43 GMT</pubDate>
    <dc:creator>ulassi</dc:creator>
    <dc:date>2023-11-15T07:52:43Z</dc:date>
    <item>
      <title>Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1536316#M123940</link>
      <description>&lt;P&gt;I am running into driver Access violation when trying to link a vertex and fragment program in OpenGL.&lt;/P&gt;&lt;P&gt;Platform is Windows 11 Pro v 22H2&lt;/P&gt;&lt;P&gt;OpenGL context information:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;OpenGL version string&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"4.6.0 - Build 31.0.101.4575"&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OpenGL version&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;4.6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vendor&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;Intel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Card name&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;Intel(R) Iris(R) Xe Graphics&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Card version&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;4.6.0 - Build 31.0.101.4575&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Fragment shader:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;#version 120&lt;BR /&gt;&lt;BR /&gt;// Repro requirements to fail on intel&lt;BR /&gt;// 1. texture array uniform inside a struct&lt;BR /&gt;// 2. array passed to function where it is indexed&lt;BR /&gt;&lt;BR /&gt;struct Structure {&lt;BR /&gt;  sampler2D textures[6]; &lt;BR /&gt;};&lt;BR /&gt;uniform Structure u_data;&lt;BR /&gt;&lt;BR /&gt;float sample(in sampler2D array[6], in vec2 texcoord) {&lt;BR /&gt;  return texture2D(array[0], texcoord).x;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;void main() {&lt;BR /&gt;  float s = sample(u_data.textures, vec2(0.0));&lt;BR /&gt;  gl_FragColor = vec4( s );&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Vertex shader:&lt;/P&gt;&lt;PRE&gt;#version 120&lt;BR /&gt;&lt;BR /&gt;void main() {&lt;BR /&gt;vec4 viewPosition = gl_ModelViewMatrix * gl_Vertex;&lt;BR /&gt;  gl_Position = gl_ProjectionMatrix * viewPosition;&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;If I index the array directly in the main method or if I move the uniform textures out from the structure and use it&amp;nbsp;the linking passes. So this seems to be a combination of GLSL language features that provokes the crash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 11:54:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1536316#M123940</guid>
      <dc:creator>ulassi</dc:creator>
      <dc:date>2023-10-23T11:54:03Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1536893#M123998</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/319692"&gt;@ulassi&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel️®&amp;nbsp;communities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We understand you are experiencing issues with Intel® Iris® Xe Graphics, we will be more than happy to assist you. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please download the latest graphics driver &lt;A href="https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html" rel="noopener noreferrer" target="_blank"&gt;31.0.101.4900&lt;/A&gt;. Then, use the &lt;A href="https://www.intel.com/content/www/us/en/support/articles/000091878/graphics.html" rel="noopener noreferrer" target="_blank"&gt;Display Driver Uninstaller (DDU)&lt;/A&gt;. After that, please install the latest driver previously downloaded. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please make sure you run Windows update and your BIOS is up to date (contact your system manufacturer). &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Also, in order to have more information about your system, please download, install and run &lt;A href="https://www.intel.com/content/www/us/en/download/18377/25293/intel-system-support-utility-for-windows.html?v=t" rel="noopener noreferrer" target="_blank"&gt;Intel® System Support Utility for Windows&lt;/A&gt;. Make sure you check “Everything” before you &lt;STRONG&gt;scan&lt;/STRONG&gt;, then &lt;STRONG&gt;save&lt;/STRONG&gt; the report and &lt;STRONG&gt;attach&lt;/STRONG&gt; it to your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jose B.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2023 17:58:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1536893#M123998</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-10-24T17:58:29Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1538004#M124090</link>
      <description>&lt;P&gt;Hello ulassi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We hope you are doing fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to clean install the latest graphics driver and update the system?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if you still need assistance by attaching the required report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jose B.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2023 15:01:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1538004#M124090</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-10-27T15:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1539438#M124260</link>
      <description>&lt;P&gt;Hi, sorry for the delay. But I managed to install the new driver as per your instructions. This is still an issue on that driver. You can find the report you requested attached to this message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Urban&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 13:43:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1539438#M124260</guid>
      <dc:creator>ulassi</dc:creator>
      <dc:date>2023-11-01T13:43:14Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1539520#M124279</link>
      <description>&lt;P&gt;Hello&amp;nbsp;ulassi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the information provided. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are sorry that after the steps taken the issue persists. Please answer the following: &lt;/P&gt;&lt;P&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Do you work for or represent a software company? &lt;/P&gt;&lt;P&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Are you developing a game or an app? &lt;/P&gt;&lt;P&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Have you tried using a third-party GPU to replicate the issue? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jose B.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Nov 2023 17:12:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1539520#M124279</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-11-01T17:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1539718#M124291</link>
      <description>&lt;P&gt;* Yes I work for a company, this issue was discovered while developing for this company.&lt;/P&gt;&lt;P&gt;* We develop a desktop application&lt;/P&gt;&lt;P&gt;* This issue is not reproducible on neither Nvidia or AMD GPU:s.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 06:51:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1539718#M124291</guid>
      <dc:creator>ulassi</dc:creator>
      <dc:date>2023-11-02T06:51:09Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1539982#M124324</link>
      <description>&lt;P&gt;Hello&amp;nbsp;ulassi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your replay. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible for you to share the application you are developing? As well the steps to try to reproduce the issue. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let us know, we would like to further investigate. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jose B.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Nov 2023 19:40:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1539982#M124324</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-11-02T19:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1541308#M124462</link>
      <description>&lt;P&gt;I can share an executable that reproduces the issue. Can you contact me on my email and I can share an archive with you.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 08:49:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1541308#M124462</guid>
      <dc:creator>ulassi</dc:creator>
      <dc:date>2023-11-07T08:49:37Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1541546#M124499</link>
      <description>&lt;P&gt;Hello&amp;nbsp;ulassi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the confirmation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will contact you privately. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jose B.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Nov 2023 19:21:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1541546#M124499</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-11-07T19:21:37Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1543854#M124758</link>
      <description>&lt;P&gt;Hello ulassi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We hope you are doing fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you receive my email?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if you still need assistance by sending the required information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jose B.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Nov 2023 19:46:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1543854#M124758</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-11-14T19:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1544079#M124782</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I did, and I did respond by sending an archive of binaries. Did you not receive anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 07:52:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1544079#M124782</guid>
      <dc:creator>ulassi</dc:creator>
      <dc:date>2023-11-15T07:52:43Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1544316#M124816</link>
      <description>&lt;P&gt;Hello&amp;nbsp;ulassi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for letting us know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, we did not receive your reply. Could you please reply my previous email with the files again? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jose B.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Nov 2023 19:41:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1544316#M124816</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-11-15T19:41:44Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1545608#M124973</link>
      <description>&lt;P&gt;Hello ulassi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We hope you are doing fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to send the information again?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if you still need assistance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jose B.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Nov 2023 15:22:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1545608#M124973</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-11-20T15:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1545924#M125020</link>
      <description>&lt;P&gt;I did send an email to the adress again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything that could block a zip archive from being transmitted?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 08:03:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1545924#M125020</guid>
      <dc:creator>ulassi</dc:creator>
      <dc:date>2023-11-21T08:03:44Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1546139#M125040</link>
      <description>&lt;P&gt;Hello&amp;nbsp;ulassi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We appreciate your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Allow us to check more options internally, to try to get the files from you. We will post back as soon as we have any information. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jose B.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Nov 2023 17:39:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1546139#M125040</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-11-21T17:39:39Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1546575#M125078</link>
      <description>&lt;P&gt;Hello&amp;nbsp;ulassi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for patiently waiting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After checking, we only have 2 methods (forum and email). Is there any cloud method you consider secure? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let us know. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jose B.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2023 19:18:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1546575#M125078</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-11-22T19:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1546745#M125099</link>
      <description>&lt;P&gt;I sent another reply to the adress, this time with a link to a shared file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that one does it :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;ulassi&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 07:10:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1546745#M125099</guid>
      <dc:creator>ulassi</dc:creator>
      <dc:date>2023-11-23T07:10:06Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1547857#M125217</link>
      <description>&lt;P&gt;Hello&amp;nbsp;ulassi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for patiently waiting. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have an update on this matter. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We received your files and tried to replicate the issue in our lab. However, we have different results. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since we were able to get the output “&lt;EM&gt;Compile sucessful, linking... Test Program Linked sucessfully!”&lt;/EM&gt;, according to the information you provided, it means that it worked for us. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will send an email with some more information. We highly recommend checking with the app developers. Please note that this case will no longer be monitored by Intel. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jose B.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Nov 2023 17:03:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1547857#M125217</guid>
      <dc:creator>Jose_Intel</dc:creator>
      <dc:date>2023-11-27T17:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation in glLinkProgram using sampler2D texture[] array</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1548188#M125254</link>
      <description>&lt;P&gt;We have a workaround for this implemented in our application, the repro app basically uses the same code above with some of our setup libs to reproduce this (not in your lab it seems though).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For anyone interested, the workaround is not passing the array sampler as function parameter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;float sample(&lt;BR /&gt;  in sampler2D tex0, &lt;BR /&gt;  in sampler2D tex1, &lt;BR /&gt;  in sampler2D tex2, &lt;BR /&gt;  in sampler2D tex3, &lt;BR /&gt;  in sampler2D tex4, &lt;BR /&gt;  in sampler2D tex5, &lt;BR /&gt;  in vec2 texcoord) {&lt;BR /&gt;  // sample the 6 textures here&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;void main() {&lt;BR /&gt;  float s = sample(&lt;BR /&gt;     u_data.textures[0],&lt;BR /&gt;     u_data.textures[1],&lt;BR /&gt;     u_data.textures[2],&lt;BR /&gt;     u_data.textures[3],&lt;BR /&gt;     u_data.textures[4],&lt;BR /&gt;     u_data.textures[5], &lt;BR /&gt;     vec2(0.0));&lt;BR /&gt;  gl_FragColor = vec4( s );&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 07:08:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-glLinkProgram-using-sampler2D-texture-array/m-p/1548188#M125254</guid>
      <dc:creator>ulassi</dc:creator>
      <dc:date>2023-11-28T07:08:42Z</dc:date>
    </item>
  </channel>
</rss>

