Talk:Atomic Counter: Difference between revisions
Jump to navigation
Jump to search
Fixed error. |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Max atomic counter buffers | == Max atomic counter buffers == | ||
I came to this page for my first use of atomic counters. In Ubuntu with OpenGL 4.5 the first thing I tried was to print the value of one of the symbols listed on this page, GL_MAX_ATOMIC_COUNTER_BUFFERS. I got a compiler error for undefined symbol. I could reference the value of GL_MAX_VERTEX_ATOMIC_COUNTERS without problem. I searched the web for the first symbol (GL_MAX_ATOMIC_COUNTER_BUFFERS) and found that it occurred on exactly one page on the whole web. Is it obsolete or just garbled? | I came to this page for my first use of atomic counters. In Ubuntu with OpenGL 4.5 the first thing I tried was to print the value of one of the symbols listed on this page, GL_MAX_ATOMIC_COUNTER_BUFFERS. I got a compiler error for undefined symbol. I could reference the value of GL_MAX_VERTEX_ATOMIC_COUNTERS without problem. I searched the web for the first symbol (GL_MAX_ATOMIC_COUNTER_BUFFERS) and found that it occurred on exactly one page on the whole web. Is it obsolete or just garbled? | ||
: The enumerator was {{enum|GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS}}. I just missed the "COMBINED" part. [[User:Alfonse|Alfonse]] ([[User talk:Alfonse|talk]]) 23:58, 21 December 2015 (EST) | : The enumerator was {{enum|GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS}}. I just missed the "COMBINED" part. [[User:Alfonse|Alfonse]] ([[User talk:Alfonse|talk]]) 23:58, 21 December 2015 (EST) |
Latest revision as of 05:00, 22 December 2015
Max atomic counter buffers
I came to this page for my first use of atomic counters. In Ubuntu with OpenGL 4.5 the first thing I tried was to print the value of one of the symbols listed on this page, GL_MAX_ATOMIC_COUNTER_BUFFERS. I got a compiler error for undefined symbol. I could reference the value of GL_MAX_VERTEX_ATOMIC_COUNTERS without problem. I searched the web for the first symbol (GL_MAX_ATOMIC_COUNTER_BUFFERS) and found that it occurred on exactly one page on the whole web. Is it obsolete or just garbled?