Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLink error for glVertexAttribDivisor on OS X 10.7.5 #35
Comments
|
+1. I am getting the same error on OS X 10.8.2.
|
|
Something like this might be needed: #37 |
|
@metajack I tried that out here: ehsanul@3c2e1b1 Clearly I don't know what I'm doing, I still got the same error:
I'm on OS X 10.7.5. |
|
Ok, looks like I just had a misunderstanding of how document attributes work in rust. Quoting: "If any match is found the item is compiled; if no match is found the item is parsed but not compiled." So when I got rid of the I couldn't figure out a way to handle both 10.6 and 10.7 with the conditional attribute system. Something like:
Or
|
|
Ok, I just guessed the syntax a couple of times, and you guys support it obviously :). Fixed here: #38 |
|
Your pull request has landed. Closing this. |
It seems to be from ES 3.0? Anyway, I just commented it out locally for now.