diff options
author | Fredrik Höglund <[email protected]> | 2015-02-01 22:53:40 +0100 |
---|---|---|
committer | Fredrik Höglund <[email protected]> | 2015-02-01 23:00:42 +0100 |
commit | 05080324135be4374e260b8e03c862ea1967727b (patch) | |
tree | 4b39a3d96767ae6980d47215813489c5780cd6dd /docs | |
parent | 9272022353ff614d59a50f4a7fe6ceab3f784184 (diff) |
docs: Update ARB_direct_state_access
Mark vertex array objects as started.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 2dc14046bab..23f5561c8b9 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -197,7 +197,7 @@ GL 4.5, GLSL 4.50: - Framebuffer object started (Laura Ekstrand) - Renderbuffer object not started - Texture object started (Laura Ekstrand) - - Vertex array object not started + - Vertex array object started (Fredrik Höglund) - Sampler object not started - Program Pipeline object not started - Query object started (Martin Peres) |