Closed CedricGuillemet closed 5 years ago
I get an openGL error reported when trying to render glassboy with a progressive renderer GL Debug (ERROR - HIGH) Error has been generated. GL error GL_INVALID_ENUM in TexStorage3D: (ID: 1669289888) Generic error this corresponds to https://github.com/knightcrawler25/GLSL-PathTracer/blob/master/PathTracer/src/Renderer.cpp#L83
Edit: I believe glTexStorage3D isn't needed so just removing those calls should be fine.
Let me know if that change worked
Closing this issue since its fixed now
I get an openGL error reported when trying to render glassboy with a progressive renderer GL Debug (ERROR - HIGH) Error has been generated. GL error GL_INVALID_ENUM in TexStorage3D: (ID: 1669289888) Generic error this corresponds to https://github.com/knightcrawler25/GLSL-PathTracer/blob/master/PathTracer/src/Renderer.cpp#L83