Re: [PyOpenGL-Users] glGetUniformBlockIndex
Brought to you by:
mcfletch
From: Ian M. <ia...@ge...> - 2014-04-01 05:50:40
|
Hi, If this is what I think it is, I have noticed similar behavior for other low-level shader-string-affecting calls. I think doing it this way is probably the Right Thing, as I expect it avoids needing to do direct string conversion to ASCII text. Cheers, Ian |