diff options
Diffstat (limited to 'src/gpu/gl/GrGLInterface.cpp')
-rw-r--r-- | src/gpu/gl/GrGLInterface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp index a86c143b17..a0078b0ba8 100644 --- a/src/gpu/gl/GrGLInterface.cpp +++ b/src/gpu/gl/GrGLInterface.cpp @@ -88,6 +88,7 @@ bool GrGLInterface::validate(GrGLBinding binding) const { NULL == fStencilOp || NULL == fTexImage2D || NULL == fTexParameteri || + NULL == fTexParameteriv || NULL == fTexSubImage2D || NULL == fUniform1f || NULL == fUniform1i || |