Q3Push_Submit
You can use theQ3Push_Submit
function to push a graphics state onto the graphics state stack.
TQ3Status Q3Push_Submit (TQ3ViewObject view);
view
- A view.
DESCRIPTION
TheQ3Push_Submit
function pushes the current graphics state of the view specified by theview
parameter onto the graphics state stack. There must be a matching call toQ3Pop_Submit
before the next call toQ3View_EndRendering
.SPECIAL CONSIDERATIONS
You should callQ3Push_Submit
only in a submitting loop.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help