Cleanup: doxy comments

Use doxy references to function and enums,
also correct some names which became out of sync.
This commit is contained in:
2019-04-14 10:48:42 +02:00
parent b7e5433890
commit eff8cc9ccc
50 changed files with 215 additions and 160 deletions

View File

@@ -124,8 +124,10 @@ void immUniformColor3ubv(const unsigned char rgb[3]);
void immUniformColor3ubvAlpha(const unsigned char rgb[3], unsigned char a);
void immUniformColor4ubv(const unsigned char rgba[4]);
/* Extend immBindProgram to use Blenders library of built-in shader programs.
* Use immUnbindProgram() when done. */
/**
* Extend #immBindProgram to use Blenders library of built-in shader programs.
* Use #immUnbindProgram() when done.
*/
void immBindBuiltinProgram(eGPUBuiltinShader shader_id);
/* Extend immUniformColor to take Blender's themes */