Amiga.org

Amiga computer related discussion => Amiga/MorphOS/AROS Programmers Forum => Topic started by: teslamaitre on June 30, 2024, 06:32:29 PM

Title: PB with View Structure of my Screen
Post by: teslamaitre on June 30, 2024, 06:32:29 PM
Hi,
I’m programming a new application (a game) and I need to code Double Buffering method.
--> I’m using a CustomScreen + Window.
--> I don’t want to use MakeScreen() & RethinkDisplay() functions because it’s not efficient (waste of time).
--> I would like to use “classic” method : create 2 Copper Lists and swap between them with a LoadView(). But when I make a ViewAddress() and I read the View Structure, there is no Copper Lists pointers in this structure (v_LOFCprList & v_SHFCprList)) (0 instead).
Any help ?
Thanks.


Title: Re: PB with View Structure of my Screen
Post by: teslamaitre on July 01, 2024, 06:00:38 PM
Thanks for your answer.

Is this method usable with Intuition ?

Do you have a program link to help me please ?