From: Carl Worth Date: Mon, 24 Jun 2013 22:49:44 +0000 (-0700) Subject: eglwrap: Add comment describing why we don't lookup into libGLESv2.so X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=7ca2f1e135d95263282b7cb01dff7e301f2146cf;hp=7ca2f1e135d95263282b7cb01dff7e301f2146cf;p=fips eglwrap: Add comment describing why we don't lookup into libGLESv2.so A user recently asked me why we didn't perform lookups in libGLESv2.so, (instead of just libEGL.so). I actually made the mistake of writing code to do that before I realized the answer. Adding the answer in a comment here should help me avoid making that mistake again. ---