Engine IDs

QuickDraw 3D provides constants that you can use to specify an ID for the rendering engines supplied by Apple Computer, Inc.

#define kQAEngine_AppleHW                           (-1)
#define kQAEngine_AppleSW                           0

Constant descriptions

kQAEngine_AppleHW
The rasterizer associated with the hardware accelerator supplied by Apple Computer, Inc.
kQAEngine_AppleSW
The default software rasterizer supplied by Apple Computer, Inc.

© d by Apple Computer, Inc.