- Member gr_face_dumbRendering
- Since 1.311
- Member gr_make_face (const void *appFaceHandle, gr_get_table_fn getTable, unsigned int faceOptions)
- Since v1.2.0 in favour of gr_make_face_with_ops. Create a gr_face object given application information and a getTable function.
- Member gr_make_face_with_seg_cache (const void *appFaceHandle, gr_get_table_fn getTable, unsigned int segCacheMaxSize, unsigned int faceOptions)
- Since 1.3.7 this function is now an alias for gr_make_face().
- Member gr_make_face_with_seg_cache_and_ops (const void *appFaceHandle, const gr_face_ops *face_ops, unsigned int segCacheMaxSize, unsigned int faceOptions)
- Since 1.3.7 this function is now an alias for gr_make_face_with_ops().
- Member gr_make_file_face_with_seg_cache (const char *filename, unsigned int segCacheMaxSize, unsigned int faceOptions)
- Since 1.3.7. This function is now an alias for gr_make_file_face().