| Index: src/gpu/gl/GrGLProcessor.h
|
| diff --git a/src/gpu/gl/GrGLProcessor.h b/src/gpu/gl/GrGLProcessor.h
|
| index 393bb87cb33d4b11cd590b6c74954df5a60a2f56..81dd1ddb4289314253e8a71d4df3ca40a0f45205 100644
|
| --- a/src/gpu/gl/GrGLProcessor.h
|
| +++ b/src/gpu/gl/GrGLProcessor.h
|
| @@ -112,6 +112,7 @@ public:
|
| @param samplers Contains one entry for each GrTextureAccess of the GrProcessor. These
|
| can be passed to the builder to emit texture reads in the generated
|
| code.
|
| + TODO this should take a struct
|
| */
|
| virtual void emitCode(GrGLProgramBuilder* builder,
|
| const GrFragmentProcessor& effect,
|
|
|