Cleanup: Correct comments for immediate mode buffer draw functions

This commit is contained in:
2022-01-17 18:18:22 +01:00
parent 194979e929
commit fa1fef5081
2 changed files with 3 additions and 3 deletions

View File

@@ -148,8 +148,8 @@ void immDrawPixelsTexTiled_scaling(IMMDrawPixelsTexState *state,
*
* If color is NULL then use white by default
*
* Be also aware that this function unbinds the shader when
* it's finished.
* Unless <em>state->do_shader_unbind<em> is explicitly set to `false`, the shader is unbound when
* finished.
*/
void immDrawPixelsTexTiled_scaling_clipping(IMMDrawPixelsTexState *state,
float x,