<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Understanding OpenGL Blend Function</title>
	<atom:link href="http://www.gehacktes.net/2010/01/alphablending-with-opengl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gehacktes.net/2010/01/alphablending-with-opengl/</link>
	<description>The Limits of My Language Mean the Limits of My World - Ludwig Wittgenstein</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:25:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jmont</title>
		<link>http://www.gehacktes.net/2010/01/alphablending-with-opengl/comment-page-1/#comment-715</link>
		<dc:creator>jmont</dc:creator>
		<pubDate>Sat, 12 Jun 2010 06:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gehacktes.net/?p=564#comment-715</guid>
		<description>Nice tutorial, great work :)</description>
		<content:encoded><![CDATA[<p>Nice tutorial, great work :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hhamm</title>
		<link>http://www.gehacktes.net/2010/01/alphablending-with-opengl/comment-page-1/#comment-686</link>
		<dc:creator>hhamm</dc:creator>
		<pubDate>Thu, 29 Apr 2010 09:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gehacktes.net/?p=564#comment-686</guid>
		<description>You are right - now its fixed. I&#039;m sorry for that mistake. Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>You are right &#8211; now its fixed. I&#8217;m sorry for that mistake. Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.gehacktes.net/2010/01/alphablending-with-opengl/comment-page-1/#comment-685</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 29 Apr 2010 05:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gehacktes.net/?p=564#comment-685</guid>
		<description>To explain, the last one in your example just multiplies the destination colour with itself, the source colour doesn&#039;t even come into the picture.</description>
		<content:encoded><![CDATA[<p>To explain, the last one in your example just multiplies the destination colour with itself, the source colour doesn&#8217;t even come into the picture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.gehacktes.net/2010/01/alphablending-with-opengl/comment-page-1/#comment-684</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 29 Apr 2010 05:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gehacktes.net/?p=564#comment-684</guid>
		<description>The last one should be &lt;b&gt;glBlendFunc( GL_ZERO, GL_SRC_COLOR )&lt;/b&gt; or &lt;b&gt;glBlendFunc( GL_DST_COLOR, GL_ZERO )&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>The last one should be <b>glBlendFunc( GL_ZERO, GL_SRC_COLOR )</b> or <b>glBlendFunc( GL_DST_COLOR, GL_ZERO )</b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
