Skip to content

Commit

Permalink
Format example code a C.
Browse files Browse the repository at this point in the history
  • Loading branch information
mackron committed Mar 17, 2019
1 parent 61f93bb commit 4cf02b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main()
```
The example above binds everything to global scope and uses default settings for the internal rendering context. You
can also initialize glbind like the code below.
```
```c
GLBapi gl;
GLBconfig config = glbConfigInit();
config.singleBuffered = GL_TRUE; /* Don't use double-buffering on the internal rendering context. */
Expand Down

0 comments on commit 4cf02b8

Please sign in to comment.