Re: [4/6] WineD3D: Add GL_APPLE_flush_buffer_range
2 Jan
2010
2 Jan
'10
6:26 a.m.
2010/1/1 Stefan Dösinger <stefan(a)codeweavers.com>:
+typedef void (WINE_GLAPI *PGLBUFFERPARAMETERIAPPLE) (GLenum target, GLenum pname, GLint param); +typedef void (WINE_GLAPI *PGLFLUSHMAPPEDBUFFERRANGEAPPLE) (GLenum target, ptrdiff_t offset, ptrdiff_t size);
Any reason for not using the same naming convention as the rest of the file? Also, "ptrdiff_t" doesn't match the spec at http://www.opengl.org/registry/specs/APPLE/flush_buffer_range.txt.
5913
Age (days ago)
5913
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet