Talk:OpenGL Error Codes: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Enum Numbers == What is the point of giving enum numbers here? I hope no one use them directly in his code. --~~~~" |
m Alfonse moved page Talk:GL Error Codes to Talk:OpenGL Error Codes |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Enum Numbers == | == Enum Numbers == | ||
What is the point of giving enum numbers here? I hope no one use them directly in his code. --[[User:Dhe|dhe]] 08:40, 31 August 2011 (PDT) | What is the point of giving enum numbers here? I hope no one use them directly in his code. --[[User:Dhe|dhe]] 08:40, 31 August 2011 (PDT) | ||
: Because some people, particularly those inexperienced with OpenGL, will just print out the error number they get from glGetError(). So they need some way to translate it back into enums. [[User:Alfonse|Alfonse]] 13:10, 31 August 2011 (PDT) |
Latest revision as of 06:47, 19 February 2013
Enum Numbers
What is the point of giving enum numbers here? I hope no one use them directly in his code. --dhe 08:40, 31 August 2011 (PDT)
- Because some people, particularly those inexperienced with OpenGL, will just print out the error number they get from glGetError(). So they need some way to translate it back into enums. Alfonse 13:10, 31 August 2011 (PDT)