Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
127 lines (108 loc) · 2.02 KB

File metadata and controls

127 lines (108 loc) · 2.02 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Object files etc.
*.o
*.ilk
*.pdb
*.obj
*.d
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.pyc
*.app
#ignore ~ files
*~
*.kate-swp
*.swp
*.vim
CMakeFiles/*
CMakeCache.txt
cmake_install.cmake
stats/*
scratch/*
references/*
tags
demos/imgui/imgui.ini
demos/imgui/example_sdl_sdlrenderer
*/obj/*
build/*
!build/Makefile
!build/*.make
*.zip
*.tbz2
*.tgz
*.tar
media/music/*
media/video/*
src/portablegl.h
examples/original/c_ex1
examples/original/c_ex2
examples/original/c_ex3
examples/original/ex1
examples/original/ex2
examples/original/ex3
examples/original/std_shader_ex1
examples/original/std_shader_ex2
examples/classic/gears
examples/webgl_lessons/lesson1
examples/webgl_lessons/lesson2
examples/webgl_lessons/lesson3
examples/webgl_lessons/lesson4
examples/webgl_lessons/lesson5
examples/webgl_lessons/lesson6
examples/webgl_lessons/lesson7
examples/webgl_lessons/lesson8
examples/webgl_lessons/lesson9
examples/webgl_lessons/lesson10
examples/webgl_lessons/lesson11
examples/webgl_lessons/lesson12
examples/webgl_lessons/lesson13
examples/webgl_lessons/lesson14
examples/webgl_lessons/lesson15
examples/webgl_lessons/lesson16
backends/x11_xlib/xlib_demo
backends/x11_xlib/xlib_demo2
demos/cubemap
demos/grass
demos/shadertoy
demos/sphereworld
demos/sphereworld_color
demos/glm_sphereworld_color
demos/swrenderer
demos/texturing
demos/texturing_ext
demos/modelviewer
demos/multidraw
demos/testprimitives
demos/pointsprites
demos/particles
demos/raytracing_1weekend
demos/sdl_renderer_imgui
demos/pgl_imgui
demos/pgl_geometry_imgui
demos/imgui.ini
demos/assimp_convert
demos/polyline
demos/polyline.make
demos/polyline.cpp
testing/run_tests
testing/run_tests_d16
testing/run_tests_rgb565
testing/run_tests_d16_no_stencil
testing/run_tests_clamp_border
testing/run_tests_no_depth_no_stencil
testing/perf_tests
testing/perf_tests_small_tex
testing/math_testing
testing/skybox_clipping
testing/line_testing
testing/minimal_pgl
testing/test_output/*
!testing/test_output/emptyfile
Morty Proxy This is a proxified and sanitized view of the page, visit original site.