link include dir
This commit is contained in:
parent
c7147d1380
commit
40c297c4ed
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
# Shader basics
|
||||
This repository is my playground for playing around with basic shader
|
||||
programming. I'm using OpenGL with GLFW as libraries.
|
||||
|
||||
## Guide
|
||||
I have no idea what I'm doing, so I'm following [this](https://learnopengl.com/Introduction) guide.
|
||||
I also saw [this](https://www.youtube.com/watch?v=3mfvZ-mdtZQ) YouTube video as
|
||||
an introduction.
|
||||
|
|
1
include/GLFW
Symbolic link
1
include/GLFW
Symbolic link
|
@ -0,0 +1 @@
|
|||
../lib/glfw/include/GLFW
|
Loading…
Add table
Reference in a new issue