You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Direct State Access in OpenGL provides a nice balance between verbosity and cont
10
10
Early OpenGL does not provide enough control to the user, but Vulkan can make getting started with graphics very intimidating and prototyping / experimenting with the GPU challenging.
11
11
12
12
13
-
The examples contained in this repo examine many, but not all, of the DSA OpenGL techniques, and use almost, but not but not quite, exclusively, use DSA. There is still a lot more to cover.
13
+
The examples contained in this repo examine manyOpenGL concepts and almostexclusively use DSA techniques. There remains more that could be covered.
14
14
15
15
A very small amount of redundant code was abstracted in the `base_app` class. This takes care of loading shaders and setting up a window.
0 commit comments