NESDev and Strangulation Records messageboards
Forum Index | FAQ | New User | Login | Search

Previous ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectRe: Different implmentations..  
Posted byMuchaserres
Posted on4/10/04 08:31 AM
From IP62.82.179.227  



Thanks for your reply. I've cleared some doubts I had. Anyway, that was not exactly what I wanted to know. I'll rewrite the question: what I don't see is which is the difference between those two pseudo-coded functions.

rendrer_function()
{
invisible_scanlines_cpu_cicles;
for_each_visible_scanline
{
run_cpu_cycles;
render_scanline;
}
}

render_function()
{
switch(scanline)
case 0: do_something; break;
case 20: do_something; break;
(...)
}

Which advantages and disadvantages has each one?
Thanks again.



-
Entire Thread
Subject  Posted byPosted On
*Different implmentations..  Muchaserres4/9/04 1:55 PM
.*Re: Different implmentations..  tepples4/9/04 2:51 PM
...Re: Different implmentations..  Muchaserres4/10/04 08:31 AM
...*Re: Different implmentations..  RoboNes4/10/04 08:40 AM
....*Re: Different implmentations..  <_Hyde_>4/10/04 8:37 PM
....*Re: Different implmentations..  Muchaserres4/10/04 08:54 AM
.*Re: Different implmentations..  Muchaserres4/9/04 2:04 PM
..*The PPU pixel pipeline  tepples4/9/04 2:48 PM
Jump to

Memblers' homepage             Contact Me

Forums powered by WWWThreads Demo