<?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 I have the same problem. I'm in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/OpenGL-DSA-error-glClearNamedFramebufferfv-has-no-effect-in-4-5/m-p/1156803#M87795</link>
    <description>&lt;P&gt;I have the same problem. I'm using OpenGL 4.6. My framebuffer has only one color attachment.&lt;/P&gt;&lt;P&gt;Graphics card: Intel HD Graphics 530&lt;/P&gt;&lt;P&gt;Driver version: 26.20.100.6890&lt;/P&gt;&lt;P&gt;When i make my program run on NVIDIA card everything works fine.&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jun 2019 19:21:00 GMT</pubDate>
    <dc:creator>Adam_Bucior</dc:creator>
    <dc:date>2019-06-15T19:21:00Z</dc:date>
    <item>
      <title>OpenGL DSA error; glClearNamedFramebufferfv has no effect in 4.5 context</title>
      <link>https://community.intel.com/t5/Graphics/OpenGL-DSA-error-glClearNamedFramebufferfv-has-no-effect-in-4-5/m-p/1156802#M87794</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;As the title states, the following OpenGL function has no effect:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;glClearNamedFramebufferfv(m_glHandle, GL_COLOR, index, &amp;amp;color[0]); &lt;/PRE&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Replacing it with the non-DSA variant however, works:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;glBindFramebuffer(GL_FRAMEBUFFER, m_glHandle);
glClearBufferfv(GL_COLOR, index, &amp;amp;color[0]);&lt;/PRE&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I'm using a OpenGL 4.5 core context, VS2017 project (same happens on VS2015). Works under Linux on the same machine, and under Windows and Linux on other machines.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&lt;STRONG&gt;NOTICE: It is possible that this only happens for &amp;nbsp;FBO's with multiple attachments!&lt;/STRONG&gt;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;System Setup Information:&lt;BR /&gt;
	-----------------------------------------&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;System Used: Lenovo Thinkpad T460p&lt;BR /&gt;
	CPU SKU: i5-6440HQ&lt;BR /&gt;
	GPU SKU: HD530&lt;BR /&gt;
	Processor Line: HQ?&lt;BR /&gt;
	System BIOS Version: N/A&lt;BR /&gt;
	CMOS settings: N/A&lt;BR /&gt;
	Graphics Driver Version:&amp;nbsp;22.20.16.4729&lt;BR /&gt;
	GOP/VBIOS Version: 1040.0&lt;BR /&gt;
	Operating System: Windows 10 N Professional&lt;BR /&gt;
	OS Version: Build 1506&lt;BR /&gt;
	API: OpenGL 4.5 Core&lt;BR /&gt;
	Occurs on non-Intel GPUs?: No&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Steps to Reproduce:&lt;BR /&gt;
	-------------------------------&lt;BR /&gt;
	1. Setup an OpenGL 4.5 core context&lt;BR /&gt;
	2. Create an FBO, attach two color textures&lt;BR /&gt;
	3. Clear an attachment using the named DSA function&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Expected Results: The attachment is cleared&lt;BR /&gt;
	-------------------------------&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Actual Results: The attachment isn't cleared/possible weird results&lt;BR /&gt;
	-------------------------------&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Additional Information:&amp;nbsp;&lt;SPAN style="font-weight: 700; font-size: 12px;"&gt;&amp;nbsp;I use DSA functions for everything else, including FBO creation etc. It is possible that this only happens for &amp;nbsp;FBO's with multiple attachments! Not verified though, but it doesnt seem to happen for all my FBO's, but it does happen for my G-buffer, which is &amp;nbsp;has three RGBA16F color attachments, and a Depth24 attachment. All textures has clamp as edgewrap mode, and bilinear filtering (GL_LINEAR for both minification and magnification).&lt;/SPAN&gt;&lt;BR /&gt;
	-------------------------------&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Let me know if you need minimal repro and I'll put together one.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2017 12:11:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/OpenGL-DSA-error-glClearNamedFramebufferfv-has-no-effect-in-4-5/m-p/1156802#M87794</guid>
      <dc:creator>Fredrik_S_</dc:creator>
      <dc:date>2017-07-29T12:11:39Z</dc:date>
    </item>
    <item>
      <title>I have the same problem. I'm</title>
      <link>https://community.intel.com/t5/Graphics/OpenGL-DSA-error-glClearNamedFramebufferfv-has-no-effect-in-4-5/m-p/1156803#M87795</link>
      <description>&lt;P&gt;I have the same problem. I'm using OpenGL 4.6. My framebuffer has only one color attachment.&lt;/P&gt;&lt;P&gt;Graphics card: Intel HD Graphics 530&lt;/P&gt;&lt;P&gt;Driver version: 26.20.100.6890&lt;/P&gt;&lt;P&gt;When i make my program run on NVIDIA card everything works fine.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2019 19:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/OpenGL-DSA-error-glClearNamedFramebufferfv-has-no-effect-in-4-5/m-p/1156803#M87795</guid>
      <dc:creator>Adam_Bucior</dc:creator>
      <dc:date>2019-06-15T19:21:00Z</dc:date>
    </item>
  </channel>
</rss>

