commit | dfbcee6cb8ab9cf89b9052eb7498e453afdb1463 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sun Jan 29 22:20:50 2012 -0800 |
committer | Mathias Agopian <mathias@google.com> | Sun Jan 29 22:22:08 2012 -0800 |
tree | 9198094f6c54f1c766af2c3827872c2871b89af9 | |
parent | 0589e582361432f12848fdd59f8c408b7a31c35b [diff] [blame] |
fix build Change-Id: Ibdc45f1794e7ef60dc1ca0ff85c5cc4dff84c3fa
diff --git a/libs/rs/driver/rsdGL.h b/libs/rs/driver/rsdGL.h index fc33885..51893c3 100644 --- a/libs/rs/driver/rsdGL.h +++ b/libs/rs/driver/rsdGL.h
@@ -61,8 +61,8 @@ int32_t maxVertexTextureUnits; bool OES_texture_npot; - bool GL_IMG_texture_npot; - bool GL_NV_texture_npot_2D_mipmap; + bool IMG_texture_npot; + bool NV_texture_npot_2D_mipmap; float EXT_texture_max_aniso; } gl;