<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://karaoke.kjams.com/w/index.php?action=history&amp;feed=atom&amp;title=Code%2Fframe_rate</id>
	<title>Code/frame rate - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://karaoke.kjams.com/w/index.php?action=history&amp;feed=atom&amp;title=Code%2Fframe_rate"/>
	<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Code/frame_rate&amp;action=history"/>
	<updated>2026-06-09T14:47:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Code/frame_rate&amp;diff=3196&amp;oldid=prev</id>
		<title>Dave at 18:50, 24 December 2006</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Code/frame_rate&amp;diff=3196&amp;oldid=prev"/>
		<updated>2006-12-24T18:50:42Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;here&amp;#039;s my 3 sampler stacks.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.kjams.com/resources/code/picture1.png&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;￼&lt;br /&gt;
in this first one, i call CGraphics::Update(), this is where I actually create the CGImage, which takes only 1 sample (from 273 to 272) so i don&amp;#039;t show it.  then i loop over the destinations, telling each port to suck in the image, and you can see where most of the time is going.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.kjams.com/resources/code/picture2.png&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
the rest of the time is going to erase the background first, shown above&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.kjams.com/resources/code/picture3.png&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
and after i erase and then blit, i also do an overlay of text using a transparency layer, but that only happens for a few seconds so i&amp;#039;m not very worried about that speed hit.&lt;br /&gt;
&lt;br /&gt;
Below, here&amp;#039;s what QuartzDebug has to say.  the hilited row is my video window.  do i need to make it a compositing window or something?&lt;br /&gt;
&lt;br /&gt;
http://www.kjams.com/resources/code/picture4.png&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
</feed>