Important: The information in this document is obsolete and should not be used for new development.
Modified Transform Data Opcodes
A constant from thegxTransformDataOpcodeenumeration follows agxSetDataOpcodeoperation opcode if transform data follows. The data stream bytes that follow describe one of the attributes specified in this enumeration.
enum gxTransformDataOpcode{ gxTransformReservedOpcode, gxTransformTagOpcode, gxTransformClipOpcode, gxTransformMappingOpcode, gxTransformPartMaskOpcode, gxTransformToleranceOpcode };Constant descriptions
- gxTransformReservedOpcode
- This opcode is reserved for future expansion.
- gxTransformTagOpcode
- The data parameters for the
GXSetTransformTagsfunction follow.- gxTransformClipOpcode
- The data for the
clipparameter of theGXSetTransformClipfunction follows.- gxTransformMappingOpcode
- The data for the
mapparameter of theGXSetTransformMappingfunction follows.- gxTransformPartMaskOpcode
- The data for the
maskparameter of theGXSetTransformHitTestfunction follows.- gxTransformToleranceOpcode
- The data for the
gxProfileRecordstructure andgxProfileResponseenumeration follows.