Skip to content

Commit c31685c

Browse files
authored
Update README.md
1 parent e2d3c22 commit c31685c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ due to the underlying [glbinding](https://github.com/cginternals/glbinding) and
88
levels on top. Typical processes are automated and missing features in the used OpenGL driver
99
are partially simulated or even emulated.
1010

11-
An example OpenGL snippet may look like this:
11+
The following code snippet shows an exemplary use of the OpenGL API:
1212
```cpp
1313
// OpenGL API
1414

@@ -31,7 +31,7 @@ glUseProgram(program);
3131
glUniform2f(glGetUniformLocation(program, "extent"), 1.0f, 0.5f);
3232
```
3333
34-
However, the same functionality can be achieved with globjects using the following code:
34+
Using *globjects*, this can be reduced to the following code:
3535
```cpp
3636
// globjects API
3737

0 commit comments

Comments
 (0)