<?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:How to interoperate with OpenGL using OpenCL interop interface in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-interoperate-with-OpenGL-using-OpenCL-interop-interface/m-p/1256568#M959</link>
    <description>&lt;P&gt;&lt;I style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;This issue has been resolved and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Feb 2021 22:01:36 GMT</pubDate>
    <dc:creator>Sravani_K_Intel</dc:creator>
    <dc:date>2021-02-16T22:01:36Z</dc:date>
    <item>
      <title>How to interoperate with OpenGL using OpenCL interop interface</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-interoperate-with-OpenGL-using-OpenCL-interop-interface/m-p/1219535#M759</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am porting some cuda code and it uses cuda functions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;cuGraphicsMapResources&lt;/LI&gt;
&lt;LI&gt;cuGraphicsResourceGetMappedPointer&lt;/LI&gt;
&lt;LI&gt;cuGraphicsGLRegisterBuffer&lt;/LI&gt;
&lt;LI&gt;cuGraphicsUnregisterResource and&lt;/LI&gt;
&lt;LI&gt;cuGraphicsUnmapResources&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;As per my understanding of the code, these functions are allowing cuda code to interact with OpenGL buffers. I understand that there is no direct interoperability between OneAPI and OpenGL and it has to be done through OpenCL interop.&lt;/P&gt;
&lt;P&gt;Can you please suggest which functions can I use instead of cuda functions mentioned above?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Gagan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 21:45:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-interoperate-with-OpenGL-using-OpenCL-interop-interface/m-p/1219535#M759</guid>
      <dc:creator>Shukla__Gagandeep</dc:creator>
      <dc:date>2020-10-20T21:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to interoperate with OpenGL using OpenCL interop interface</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-interoperate-with-OpenGL-using-OpenCL-interop-interface/m-p/1219770#M764</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's correct, there's no direct interoperability between oneAPI and OpenGL currently. You may refer to the tutorial on OpenCL and OpenGL interoperability in the link below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/opencl-and-opengl-interoperability-tutorial.html" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/articles/opencl-and-opengl-interoperability-tutorial.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DPCT subject matter experts will get in touch with you shortly regarding equivalent DPCPP functions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rahul&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 12:02:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-interoperate-with-OpenGL-using-OpenCL-interop-interface/m-p/1219770#M764</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2020-10-21T12:02:44Z</dc:date>
    </item>
    <item>
      <title>Re:How to interoperate with OpenGL using OpenCL interop interface</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-interoperate-with-OpenGL-using-OpenCL-interop-interface/m-p/1229654#M817</link>
      <description>&lt;P&gt;The following articles can help with the DPC++,OpenCL and OpenGL interop.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/interoperability-dpcpp-sycl-opencl.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/interoperability-dpcpp-sycl-opencl.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/opencl-and-opengl-interoperability-tutorial.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/opencl-and-opengl-interoperability-tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Nov 2020 23:54:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-interoperate-with-OpenGL-using-OpenCL-interop-interface/m-p/1229654#M817</guid>
      <dc:creator>Sravani_K_Intel</dc:creator>
      <dc:date>2020-11-18T23:54:59Z</dc:date>
    </item>
    <item>
      <title>Re:How to interoperate with OpenGL using OpenCL interop interface</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-interoperate-with-OpenGL-using-OpenCL-interop-interface/m-p/1256568#M959</link>
      <description>&lt;P&gt;&lt;I style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;This issue has been resolved and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Feb 2021 22:01:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-interoperate-with-OpenGL-using-OpenCL-interop-interface/m-p/1256568#M959</guid>
      <dc:creator>Sravani_K_Intel</dc:creator>
      <dc:date>2021-02-16T22:01:36Z</dc:date>
    </item>
  </channel>
</rss>

