initial commit
This commit is contained in:
commit
c7147d1380
3 changed files with 7 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "lib/glfw"]
|
||||||
|
path = lib/glfw
|
||||||
|
url = https://github.com/glfw/glfw.git
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Shader basics
|
||||||
|
This repository is my playground for playing around with basic shader
|
||||||
|
programming. I'm using OpenGL with GLFW as libraries.
|
1
lib/glfw
Submodule
1
lib/glfw
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3eaf1255b29fdf5c2895856c7be7d7185ef2b241
|
Loading…
Add table
Reference in a new issue