Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 644 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 644 Bytes

OpenGL Playground

TheChernoProject OpenGL.

Many thanks to the TheChernoProject OpenGL by Yan Chernikov for sharing their knowledge. This is my stream of Consciousness while watching Yan's videos.

Core concepts

Render

  • Manages Graphics and Memory

Memory

  • Vertex Buffer
  • Vertex Buffer Memory Layout
  • Vertex Array
  • Index Buffer

Graphics

  • Shader
  • Blending
  • Textures

Wiki tab for more.