janekb04 / PBRDemoOGL

Modern OpenGL-4.6 PBR renderer using compute shaders and multi-draw-indirect. Written in C++. Made for educational purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

Rendering

My second OpenGL demo. It features efficient (near zero CPU cost) rendering with glMultiDrawElementsIndirect and features PBR shading. It uses compute shaders to shade instead of the traditional fragment shaders.

The gun model is by Andrew Maximov.

I made it in 2019 to learn PBR rendering, glMultiDrawElementsIndirect and in general OpenGL 4.6.

About

Modern OpenGL-4.6 PBR renderer using compute shaders and multi-draw-indirect. Written in C++. Made for educational purposes.


Languages

Language:C++ 64.5%Language:C 34.5%Language:Objective-C 0.8%Language:GLSL 0.1%