blob: 710d298a52d8d59b031d55613081ee6d78dfc213 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Deprecated demos, ie using a deprecated - non std GL API.
Solution might be:
(1) Remove, with a reference of a similar demo using the std API
(2) Rewrite using the std API
And here the infamous candidates, demos using:
(1) GL_VERTEX_ARRAY_RANGE_NV -> Any VBO demo (FIXME)
(2) glGenFencesNV -> GL3/GL4
(?) GL_ALL_COMPLETED_NV
(?) glAllocateMemoryNV -> might be removed . of GLContext ?
|