<?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: Getting started with XNA &#8211; Primitives: Introducing the Index Buffer</title>
	<atom:link href="http://www.3dgameprogramming.net/2007/05/14/getting-started-with-xna-primitives-introducing-the-index-buffer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3dgameprogramming.net/2007/05/14/getting-started-with-xna-primitives-introducing-the-index-buffer/</link>
	<description>Brecht Kets - XNA News and Tutorials - DirectX News and Tutorials</description>
	<lastBuildDate>Tue, 17 Apr 2012 13:00:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Robin Baker</title>
		<link>http://www.3dgameprogramming.net/2007/05/14/getting-started-with-xna-primitives-introducing-the-index-buffer/comment-page-1/#comment-13271</link>
		<dc:creator>Robin Baker</dc:creator>
		<pubDate>Mon, 18 Jan 2010 16:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.3dgameprogramming.net/2007/05/14/getting-started-with-xna-primitives-introducing-the-index-buffer/#comment-13271</guid>
		<description>Thanks, good restarting point after losing my previous engine from a hard drive failure.</description>
		<content:encoded><![CDATA[<p>Thanks, good restarting point after losing my previous engine from a hard drive failure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sukhjot</title>
		<link>http://www.3dgameprogramming.net/2007/05/14/getting-started-with-xna-primitives-introducing-the-index-buffer/comment-page-1/#comment-13266</link>
		<dc:creator>Sukhjot</dc:creator>
		<pubDate>Wed, 14 Oct 2009 04:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.3dgameprogramming.net/2007/05/14/getting-started-with-xna-primitives-introducing-the-index-buffer/#comment-13266</guid>
		<description>Nice code thanks for posting ,solved my problem that is regarding index buffers 
i was using 
graphics.GraphicsDevice.Indices = new IndexBuffer(graphics.GraphicsDevice,sizeof(short)*indices.Length,BufferUsage.WriteOnly,IndexElementSize.SixteenBits);

graphics.GraphicsDevice.Indices.SetData(indices);

but it was showing exception 
but then i used as given in this code (declare a new object of index buffer) and Problem solved 

So thank you very-2 much</description>
		<content:encoded><![CDATA[<p>Nice code thanks for posting ,solved my problem that is regarding index buffers<br />
i was using<br />
graphics.GraphicsDevice.Indices = new IndexBuffer(graphics.GraphicsDevice,sizeof(short)*indices.Length,BufferUsage.WriteOnly,IndexElementSize.SixteenBits);</p>
<p>graphics.GraphicsDevice.Indices.SetData(indices);</p>
<p>but it was showing exception<br />
but then i used as given in this code (declare a new object of index buffer) and Problem solved </p>
<p>So thank you very-2 much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XNA - Drawing2D Textures : Virtual Realm</title>
		<link>http://www.3dgameprogramming.net/2007/05/14/getting-started-with-xna-primitives-introducing-the-index-buffer/comment-page-1/#comment-9548</link>
		<dc:creator>XNA - Drawing2D Textures : Virtual Realm</dc:creator>
		<pubDate>Sat, 10 May 2008 06:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.3dgameprogramming.net/2007/05/14/getting-started-with-xna-primitives-introducing-the-index-buffer/#comment-9548</guid>
		<description>[...] with XNA - Primitives: the basics part 1 Getting started with XNA - Primitives: the basics part 2 Getting Started with XNA - Primitives: Introducing the Index Buffer Getting started with XNA - Drawing 2D [...]</description>
		<content:encoded><![CDATA[<p>[...] with XNA &#8211; Primitives: the basics part 1 Getting started with XNA &#8211; Primitives: the basics part 2 Getting Started with XNA &#8211; Primitives: Introducing the Index Buffer Getting started with XNA &#8211; Drawing 2D [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

