Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to tell if Quartz Composer will work?



So my question is -- is there some way to force the CPU to render the single-frame QC compositions if needed; if not, what API can I use to tell specifically that QC is not supported on the machine I'm running, so that my application can know that QC will not work, and come up with an alternative plan?

There is no way to render a composition in software. Quartz Composer requires a Quartz Extreme machine, which you can detect using:
boolean_t valid = CGDisplayUsesOpenGLAcceleration(kCGDirectMainDisplay);


There seem to be some issues on some configurations where even if they have enough VRAM, because most is already in used, then Quartz Composer cannot get enough and rendering ends up corrupted.

________________________________________________________
Pierre-Olivier Latour                            email@hidden
Quartz Composer Architect                Graphics & Imaging Team

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/email@hidden

This email sent to email@hidden
References: 
 >How to tell if Quartz Composer will work? (From: Dan Wood - Discussion Lists <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.