htmlboss / OpenGL-Renderer

Modern OpenGL renderer written in C++17
MIT License
433 stars 29 forks source link

Refactor shader program creation into a factory #19

Closed htmlboss closed 2 years ago

htmlboss commented 2 years ago

Centralizes complex construction logic and makes debugging easier. Will also enable further abstraction down the road for HLSL, or Vulkan shaders.

Screenshot for posterity as usual image

htmlboss commented 2 years ago

hmm seems like github CI is busted big time