Jump to content

Mantra Custom Image Format (AOVs)


Recommended Posts

Hi,

 

    Using the IMG_Raw.C example, I am writing out a custom format/display-driver.

 

    However, when I started adding "Extra Image Planes" in the mantra ROP, I noticed that each plane triggers a new instance of my IMG_File derived class, I believe that's cause by the call to IMG_Format::create().

 

    Is the above to be expected and one should handle that in the ::create() method to only create one instance ? If not, what would be the correct approach ? Is there example code which handles multiple planes ?

 

    For my use case, I want perform the display-driver initialization once for all the planes and iterate each plane's data to send to the display application.

 

Cheers

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...