Remove a bunch of compiler warnings

* Remove compile warnings
* Coding style fix
This commit is contained in:
Alexander Bock
2023-05-16 11:59:28 +02:00
committed by GitHub
parent f8d7d5386a
commit bde840ad03
67 changed files with 342 additions and 260 deletions
@@ -116,9 +116,10 @@ public:
GLuint gBufferColorTexture() const;
/**
* Gives access to the position texture of the G-buffer. NOTE: This texture is used for
* the majority of rendering the scene and might be already in use. Use CAUTION when
* using this function. The size of the texture is the resolution of the viewport.
* Gives access to the position texture of the G-buffer. NOTE: This texture is used
* for the majority of rendering the scene and might be already in use. Use CAUTION
* when using this function. The size of the texture is the resolution of the
* viewport.
*
* \return identifier of the position texture of the G-buffer
*/