Cleanup: move public doc-strings into headers for 'draw'

Ref T92709
This commit is contained in:
2021-12-08 20:29:39 +11:00
parent a46ff1dd38
commit e89d42ddff
63 changed files with 723 additions and 359 deletions

View File

@@ -473,8 +473,6 @@ void workbench_cache_finish(void *ved)
}
}
/* Used by viewport rendering & final rendering.
* Do one render loop iteration (i.e: One TAA sample). */
void workbench_draw_sample(void *ved)
{
WORKBENCH_Data *vedata = ved;