FrameGraph-Example icon indicating copy to clipboard operation
FrameGraph-Example copied to clipboard

OpenGL Renderer w/ FrameGraph

Results 1 FrameGraph-Example issues
Sort by recently updated
recently updated
newest added

In the **GBuffer** pass, a vertex shader does not write to `fragPos` and `normal`/`TBN` (to fragment shader). ![image](https://user-images.githubusercontent.com/34756939/179356798-9ce37833-64b2-4300-9cc9-e83666031ecf.png) This results in no lighting (the final image is black). The same...

help wanted