fix specifications for indirect draws#157
Conversation
|
It's been a while for me, could you help me understand why the documentation was incorrect like this? Is this one of those things where the behavior of these function changes depending on what GL version or extensions you have, and you're changing it from the default behavior to the behavior that the extension specifies? |
|
This doesn't really have to have anything with version or extension itself. This is a profile issue, where the core profile behavior is not documented at all. I'd rather read documentation that works for both profiles, than for only one, leaving out the part, why it fails for the other one. Could save me the headache finding this issue. |
|
Gotcha. But doesn't this change it from from describing one profile to describing the other? |
|
It does, but this depends what profile you consider default/active profile the website is written against. EDIT: |
Fixed documentation specification to be consistent with
ARB_draw_indirectspecification for core profile.As per paragraph:
I haven't added compatibility profile behavior (that seems to be current state), since it could bring confusion.