Talk:GLAPI/glCopyBufferSubData: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Tjnvg (talk | contribs)
Created page with "On AMD video cards on Windows 8, '''size argument must be greater than zero''' or else the function crashes program. ~~~~"
 
Added section and data.
 
Line 1: Line 1:
== AMD error ==
On AMD video cards on Windows 8, '''size argument must be greater than zero''' or else the function crashes program. [[User:Tjnvg|Tjnvg]] ([[User talk:Tjnvg|talk]]) 01:12, 27 May 2015 (UTC)
On AMD video cards on Windows 8, '''size argument must be greater than zero''' or else the function crashes program. [[User:Tjnvg|Tjnvg]] ([[User talk:Tjnvg|talk]]) 01:12, 27 May 2015 (UTC)
: Good to know. However, that information is best handled by filing a bug report to AMD. You could also put an annotation on the [[Buffer_Object#Copying|buffer copying section of the buffer object]] page. It's best not to put the information on the API page. The API will always be what it is, while implementations can vary. [[User:Alfonse|Alfonse]] ([[User talk:Alfonse|talk]]) 01:18, 28 May 2015 (UTC)

Latest revision as of 01:18, 28 May 2015

AMD error

On AMD video cards on Windows 8, size argument must be greater than zero or else the function crashes program. Tjnvg (talk) 01:12, 27 May 2015 (UTC)

Good to know. However, that information is best handled by filing a bug report to AMD. You could also put an annotation on the buffer copying section of the buffer object page. It's best not to put the information on the API page. The API will always be what it is, while implementations can vary. Alfonse (talk) 01:18, 28 May 2015 (UTC)