暂无描述

rexim a843b51ce6 Add access to time 4 年之前
.gitignore 5fa4effb7c Add MSVC support 4 年之前
LICENSE 63167ff3eb Ready. Set. Go! 4 年之前
Makefile 63167ff3eb Ready. Set. Go! 4 年之前
README.md 6e39888ce6 Document shader hot reloading 4 年之前
build_msvc.bat 5fa4effb7c Add MSVC support 4 年之前
main.c a843b51ce6 Add access to time 4 年之前
main.frag a843b51ce6 Add access to time 4 年之前
main.vert 4578cf729b Use triangle strip stead of quad 4 年之前
setup_glfw.bat 5fa4effb7c Add MSVC support 4 年之前

README.md

OpenGL Template

Just a simple OpenGL template that I use on my streams.

Shaders Hot Reloading

Press F5 to reload main.frag and main.vert shaders. Red screen indicates a compilation or linking error, check the output of the program if you see it.