Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Пашенцев Павел Владимирович
computer-graphics-elverils
Commits
39dc5ddd
Commit
39dc5ddd
authored
1 month ago
by
hazkerindii228
Browse files
Options
Download
Patches
Plain Diff
add libs
parent
1c462488
master
No related merge requests found
Changes
439
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+15
-0
.gitignore
labs2/libs/_bin/glew32.dll
+0
-0
labs2/libs/_bin/glew32.dll
labs2/libs/_bin/glfw3.dll
+0
-0
labs2/libs/_bin/glfw3.dll
labs2/libs/_include/GL/SOIL.h
+433
-0
labs2/libs/_include/GL/SOIL.h
labs2/libs/_include/GL/glew.h
+23686
-0
labs2/libs/_include/GL/glew.h
labs2/libs/_include/GL/glfw3.h
+6547
-0
labs2/libs/_include/GL/glfw3.h
labs2/libs/_include/glm/CMakeLists.txt
+69
-0
labs2/libs/_include/glm/CMakeLists.txt
labs2/libs/_include/glm/common.hpp
+539
-0
labs2/libs/_include/glm/common.hpp
labs2/libs/_include/glm/copying.txt
+54
-0
labs2/libs/_include/glm/copying.txt
labs2/libs/_include/glm/detail/_features.hpp
+394
-0
labs2/libs/_include/glm/detail/_features.hpp
labs2/libs/_include/glm/detail/_fixes.hpp
+27
-0
labs2/libs/_include/glm/detail/_fixes.hpp
labs2/libs/_include/glm/detail/_noise.hpp
+81
-0
labs2/libs/_include/glm/detail/_noise.hpp
labs2/libs/_include/glm/detail/_swizzle.hpp
+804
-0
labs2/libs/_include/glm/detail/_swizzle.hpp
labs2/libs/_include/glm/detail/_swizzle_func.hpp
+682
-0
labs2/libs/_include/glm/detail/_swizzle_func.hpp
labs2/libs/_include/glm/detail/_vectorize.hpp
+162
-0
labs2/libs/_include/glm/detail/_vectorize.hpp
labs2/libs/_include/glm/detail/compute_common.hpp
+50
-0
labs2/libs/_include/glm/detail/compute_common.hpp
labs2/libs/_include/glm/detail/compute_vector_decl.hpp
+190
-0
labs2/libs/_include/glm/detail/compute_vector_decl.hpp
labs2/libs/_include/glm/detail/compute_vector_relational.hpp
+30
-0
labs2/libs/_include/glm/detail/compute_vector_relational.hpp
labs2/libs/_include/glm/detail/func_common.inl
+792
-0
labs2/libs/_include/glm/detail/func_common.inl
labs2/libs/_include/glm/detail/func_common_simd.inl
+231
-0
labs2/libs/_include/glm/detail/func_common_simd.inl
with
34786 additions
and
0 deletions
+34786
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets