Convert list of items to an actual list

Otherwise, these were running together in a single line, making them
hard to read.
macos/v1.5.9
Carl Worth 11 years ago committed by Eric Anholt
parent eb5f6ac74e
commit 880b6b39a5
  1. 6
      README.md

@ -52,9 +52,9 @@ write them:
int epoxy_gl_version() returns the GL version:
12 for GL 1.2
20 for GL 2.0
44 for GL 4.4
* 12 for GL 1.2
* 20 for GL 2.0
* 44 for GL 4.4
bool epoxy_has_gl_extension() returns whether a GL extension is
available ("GL_ARB_texture_buffer_object", for example).

Loading…
Cancel
Save