Skip to content

Commit 74b862f

Browse files
author
Pavel Kovalenko
committed
Merge pull request #103 from Armada651/opengl
Add early version of OpenGL renderer.
2 parents 7efe143 + 6c589d2 commit 74b862f

File tree

352 files changed

+26283
-1297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

352 files changed

+26283
-1297
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@
2020
*.PDF diff=astextplain
2121
*.rtf diff=astextplain
2222
*.RTF diff=astextplain
23+
24+
# Shaders are plain text
25+
*.vs diff=astextplain
26+
*.ps diff=astextplain

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# exclude all dot files except .gitignore
1+
# exclude all dot files except .git files
22
.*
3-
!.gitignore
3+
!.git*
44

55
# exclude binaries and temporary files
66
bin/

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "src/Externals/glbinding"]
2+
path = src/Externals/glbinding
3+
url = https://github.com/cginternals/glbinding.git
4+
[submodule "src/Externals/gli"]
5+
path = src/Externals/gli
6+
url = https://github.com/g-truc/gli

0 commit comments

Comments
 (0)