commit | f159eb552f8dae832fe9906b96a97cd8d9ee8833 | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@google.com> | Tue Jun 09 14:28:06 2015 -0400 |
committer | Alexis Hétu <sugoi@google.com> | Tue Jun 09 19:14:57 2015 +0000 |
tree | f7b6f2ad4f07c874429f4406e8927be585b1c66f | |
parent | 29e280d4de59a213f6ee355d8baa6d8ecff35640 [diff] |
Fixing some warnings in libGLESv3.cpp A missing & was causing an uninitialized parameter issue and a missing return in glGetUniformBlockIndex, in the case where the context is NULL, were causing warnings. Change-Id: Ifb40583c6d08d185d2e60f96066f1436398318ac Reviewed-on: https://swiftshader-review.googlesource.com/3436 Tested-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Nicolas Capens <capn@google.com>