Make sure model rendering works with an odd number of atmospheres

This commit is contained in:
Malin E
2023-02-21 11:46:16 +01:00
parent 7484502db9
commit a877324c95
2 changed files with 20 additions and 1 deletions

View File

@@ -65,6 +65,10 @@ public:
* for all RenderBins. However, it cannot be used at the same time as the Deferred
* Caster Tasks. The size of the texture is the resolution of the viewport.
*
* NOTE (malej 2023-FEB-21): The currently NOT used pingPongTexture might change
* depending on where in the render cycle you are. Especially after the Deferred
* Caster Tasks.
*
* \return GLuint identifier of the currently NOT used pingPongTexture
*/
GLuint additionalColorTexture1();