Cleanup: use our own code style for doxy-gen comment blocks

This commit is contained in:
2021-05-12 21:55:25 +10:00
parent 3836d10faf
commit bf23083852
5 changed files with 36 additions and 23 deletions

View File

@@ -322,9 +322,11 @@ typedef enum eLineartTriangleFlags {
LRT_TRIANGLE_NO_INTERSECTION = (1 << 4),
} eLineartTriangleFlags;
/** Controls how many edges a worker thread is processing at one request.
/**
* Controls how many edges a worker thread is processing at one request.
* There's no significant performance impact on choosing different values.
* Don't make it too small so that the worker thread won't request too many times. */
* Don't make it too small so that the worker thread won't request too many times.
*/
#define LRT_THREAD_EDGE_COUNT 1000
typedef struct LineartRenderTaskInfo {