Welcome, Guest. Please login or register.

Author Topic: PB with View Structure of my Screen  (Read 3053 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline teslamaitreTopic starter

  • Newbie
  • *
  • Join Date: Mar 2021
  • Posts: 17
PB with View Structure of my Screen
« 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.


 

Offline teslamaitreTopic starter

  • Newbie
  • *
  • Join Date: Mar 2021
  • Posts: 17
Re: PB with View Structure of my Screen
« Reply #1 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 ?