-
vec3 R; int i = 2; R[i] .. will it be supported ???
.. will indexed access to variables be supported ?? ..
-
Re: vec3 R; int i = 2; R[i] .. will it be supported ???
According to the GLSL spec you should (issue 16
-
Re: vec3 R; int i = 2; R[i] .. will it be supported ???
According to the GLSL spec it is available (issue 16, pg 73). This is really necessary since indexing like that is required for skinning (I think...).
Does this not work? If not, does anyone know if they drivers are just missing something.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules