Bugzilla – Bug 567
Couple of typos in GL_AMD_pinned_memory specification.
Last modified: 2012-01-21 06:27:29 PST
Line 205 should be: GLsync s = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); Line 210 should be: glClientWaitSync(s, GL_SYNC_FLUSH_COMMANDS_BIT, timeoutInNanoseconds);
Created attachment 94 [details] Update to the correct types from glx.tm
(In reply to comment #1) > Created attachment 94 [details] > Update to the correct types from glx.tm Sorry, meant to add the patch to this bug: http://www.khronos.org/bugzilla/show_bug.cgi?id=578