Expand description
These functions control general input and output settings.
Structs§
Enums§
Constants§
- gfxd_
emit_ dec_ color - Print color components as decimal instead of hexadecimal.
- gfxd_
emit_ ext_ macro - Emit non-standard macros.
- gfxd_
emit_ q_ macro - Print fixed-point conversion
qmacros for fixed-point values. - gfxd_
endian_ big - gfxd_
endian_ host - gfxd_
endian_ little - gfxd_
stop_ on_ end - Stop execution when encountering a
SPBranchListorSPEndDisplayList. - gfxd_
stop_ on_ invalid - Stop execution when encountering an invalid macro.
Statics§
Functions§
- gfxd_
disable ⚠ - Enable or disable the feature specified by
cap. - gfxd_
dynamic ⚠ - Enable or disable the use of dynamic
gmacros instead of staticgsmacros, and select the dynamic display list pointer argument to be used. - gfxd_
enable ⚠ - Enable or disable the feature specified by
cap. - gfxd_
endian ⚠ - Select
endianas the endianness of the input, andwordsizeas the size of each word in number of bytes. - gfxd_
target ⚠ - Select
ucodeas the target microcode. - gfxd_
udata_ ⚠get - Set or get a generic pointer that can be used to pass user-defined data in and out of callback functions.
- gfxd_
udata_ ⚠set - Set or get a generic pointer that can be used to pass user-defined data in and out of callback functions.