Previous Next Up Title Contents Index Functions Index Top Library

COPY TARGET

PXCOPY_TARGET


CALL SEQUENCE

void pxcopy_target(
)

PHIGS STATE

(PHOP,WSOP,*,*)

EFFECT

The content of the specified source target src_target is copied to the specified destination target dst_target. The content of the source target is not altered.

If the destination target is the display target, visual effect is immediate. The display surface is set to the source target.

If the destination target is equal to the source target, this function is bypassed.

After calling this function, content of source and destination targets are identical.

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
54
Ignoring function, the specified workstation is not open

SEE ALSO

Set rendering target, see pxset_rendering_target

Set display target, see pxset_display_target

Clear target, see pxclear_target

Swap targets, see pxswap_targets


Previous Next Up Title Contents Index Functions Index Top Library