diff --git a/include/vcl/opengl/OpenGLHelper.hxx b/include/vcl/opengl/OpenGLHelper.hxx index 5e1e86e602a9..4b92fb99a2e5 100644 --- a/include/vcl/opengl/OpenGLHelper.hxx +++ b/include/vcl/opengl/OpenGLHelper.hxx @@ -63,7 +63,12 @@ public: /** * The caller is responsible for deleting the buffer objects identified by * nFramebufferId, nRenderbufferDepthId and nRenderbufferColorId - * @param bRenderbuffer true => off-screen rendering, false => rendering to texture + * @param nWidth Width of frame + * @param nHeight Height of frame + * @param nFramebufferId FrameBuffer ID + * @param nRenderbufferDepthID RenderBuffer's depth ID + * @param nRenderbufferColorID RenderBuffer's color ID + * @param bRenderbuffer true => off-screen rendering, false => rendering to texture * This also affects whether to free with glDeleteRenderbuffers or glDeleteTextures */ static void createFramebuffer(long nWidth, long nHeight, GLuint& nFramebufferId,