Synopsis
PDX_MSGT gdb_PrintSurfaceComplexity(long option, MDA_PTR gdx_surf_ptr)
Purpose
Print the measured complexity of a surface.
Description
This functions prints out results from gdb_MeasureSurfaceComplexity. The results provide the user with a general feeling of a surface's complexity.
Input
option
GDB_DBG_LONG
Print out all portions of the surface complexity score which contribute to the surface's complexity score.
GDB_DBG_COMPLEX_ONLY
Print out the brief or long results only for surfaces which are rated as complex.
GDB_LEAST_ACCURACY
Use the least accurate but fastest method to measure the surface's complexity.
GDB_MID_ACCURACY
Use middle accuracy method to measure the surface complexity.
GDB_MOST_ACCURACY
Use most accurate but slowest method to measure the surface's complexity.
gdx_surf_ptr
The GDX surface to be analyzed.
Return
GDB_NOERR
Low level error return
.fi