Re: WINED3D: Fix a couple of FIXMEs
Feb. 10, 2006
8:25 a.m.
"H. Verbeet" <hverbeet(a)gmail.com> writes:
The output of glGetString(GL_PROGRAM_ERROR_STRING_ARB) can get too large for a normal FIXME. Use fprintf to stderr instead.
You should use debugstr_a. fprintf will mess up the output. -- Alexandre Julliard julliard(a)winehq.org
February 2006
4:34 a.m.
New subject: WINED3D: Fix a couple of FIXMEs
On 10/02/06, Alexandre Julliard <julliard(a)winehq.org> wrote:
The output of glGetString(GL_PROGRAM_ERROR_STRING_ARB) can get too large for a normal FIXME. Use fprintf to stderr instead.
You should use debugstr_a. fprintf will mess up the output.
The output of glGetString(GL_PROGRAM_ERROR_STRING_ARB) contains newlines, debugstr_a would convert those to \n, which would make the output quite a bit less readable.
7346
Age (days ago)
7348
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
H. Verbeet