diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-04 12:26:34 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:45 +0200 |
commit | 0bca0f1aa23be59d8302a75cb681d7089e105bdc (patch) | |
tree | 513e67c081c443a917e73146c141e24f53b6b9d5 /docs/envvars.html | |
parent | aed4ac6da8c70d92d3a11742619b8298698bca95 (diff) |
docs: remove pointlessly repeated list
The examples listed above are exactly the same ones are we're about to
list, so let's just keep the list that defines what they do.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 3afdcee8543..e063f5c1a5a 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -96,8 +96,7 @@ glGetString(GL_VERSION) and possibly the GL API type. <li>GL versions = 3.1, depending on the driver, it may or may not have the ARB_compatibility extension enabled. <li>GL versions >= 3.2 are set to a Core profile - <li>Examples: 2.1, 3.0, 3.0FC, 3.1, 3.1FC, 3.1COMPAT, X.Y, X.YFC, - X.YCOMPAT. + <li>Examples: <ul> <li>2.1 - select a compatibility (non-Core) profile with GL version 2.1. |