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.