-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[xml] IglooFunctionSelectSGIX group used but not properly defined #357
Comments
I think the best solution here is to comment out all remnants of that extension entirely, or remove the group attributes from the parameters. |
I would prefer to have all remains commented out, over leaving But i don't think it would hurt to still support this extension. |
This is an ancient SGI extension kept around for historical completeness. It was actually not intended for use by anything but Igloo, SGI's Iris GL -> OpenGL translation layer, and exceedingly unlikely to be supported by anything built in the last decade. There is no harm in un-commenting the enums for this private extension although very little utility either - it's really just there in case for some reason in the future, someone wants to know what that extension or enum was about. |
Well, as i said - i already read that it's internal and deprecated before posting. But still posted for completeness sake. The fact that group can be used, but not defined is not documented in .pdf, and sounds too wrong to be documented. But it should be okay to mark the extension being dead as you said in #358, and then leave |
I think this is probably the best solution |
@Perksey I notice there are a bunch of issues you've added to your todo list. Shall I assign those issues to you? |
Yeah that's probably best, thanks. |
There is only commented out group defined with depricated syntax:
I understand that
SGIX_igloo_interface
is not just internal, but also deprecated extension.But
IglooFunctionSelectSGIX
group is used by function xml, so it still need's to be properly defined in same xml.The text was updated successfully, but these errors were encountered: