commit | 2978bfc6ad79c8f1138d34a704ce5b3d3d70d2c1 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Mon Feb 22 15:37:51 2010 -0800 |
committer | Jason Sams <rjsams@android.com> | Mon Feb 22 15:37:51 2010 -0800 |
tree | e87e3477880e64454f57cbc00cf22aea71e762a4 | |
parent | 33285c37abee6d95d0ac55cd7e9889cdc8d96d14 [diff] [blame] |
beging np2 extension check work.
diff --git a/libs/rs/rsSampler.h b/libs/rs/rsSampler.h index 9e20a2f..0506081 100644 --- a/libs/rs/rsSampler.h +++ b/libs/rs/rsSampler.h
@@ -41,7 +41,7 @@ virtual ~Sampler(); void bind(Allocation *); - void setupGL(const Context *); + void setupGL(const Context *, bool npot); void bindToContext(SamplerState *, uint32_t slot); void unbindFromContext(SamplerState *);