Cleanup: spelling, correct doc-string arguments

This commit is contained in:
2021-02-18 13:26:39 +11:00
parent bcb9e8e1a7
commit 10a54bbd06
5 changed files with 7 additions and 7 deletions

View File

@@ -476,9 +476,9 @@ void GPU_framebuffer_recursive_downsample(GPUFrameBuffer *gpu_fb,
/** \} */
/* -------------------------------------------------------------------- */
/** \name Framebuffer Stack
/** \name Frame-Buffer Stack
*
* Keeps track of framebuffer binding operation to restore previously bound frambuffers.
* Keeps track of frame-buffer binding operation to restore previously bound frame-buffers.
* \{ */
#define FRAMEBUFFER_STACK_DEPTH 16