ngl: Small docs updates

Don't refer to nonexisting functions.
This commit is contained in:
Matthias Clasen 2021-10-03 11:08:46 -04:00
parent c93264868b
commit 8c227622d7

View File

@ -137,9 +137,6 @@ gsk_ngl_program_add_uniform (GskNglProgram *self,
* @self: a `GskNglProgram`
*
* Deletes the GLSL program.
*
* You must call gsk_ngl_program_use() before and
* gsk_ngl_program_unuse() after this function.
*/
void
gsk_ngl_program_delete (GskNglProgram *self)