Important: The information in this document is obsolete and should not be used for new development.
Modified Transform Data Opcodes
A constant from thegxTransformDataOpcode
enumeration follows agxSetDataOpcode
operation 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
GXSetTransformTags
function follow.- gxTransformClipOpcode
- The data for the
clip
parameter of theGXSetTransformClip
function follows.- gxTransformMappingOpcode
- The data for the
map
parameter of theGXSetTransformMapping
function follows.- gxTransformPartMaskOpcode
- The data for the
mask
parameter of theGXSetTransformHitTest
function follows.- gxTransformToleranceOpcode
- The data for the
gxProfileRecord
structure andgxProfileResponse
enumeration follows.