| Index: include/gpu/gl/GrGLInterface.h
|
| diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
|
| index 150a2bf943cbced9be1a0c40372286c4028f5c90..545a66de77ef0327146193c0838c481405e2b8b2 100644
|
| --- a/include/gpu/gl/GrGLInterface.h
|
| +++ b/include/gpu/gl/GrGLInterface.h
|
| @@ -276,6 +276,7 @@ public:
|
| GrGLFunction<GrGLStencilMaskSeparateProc> fStencilMaskSeparate;
|
| GrGLFunction<GrGLStencilOpProc> fStencilOp;
|
| GrGLFunction<GrGLStencilOpSeparateProc> fStencilOpSeparate;
|
| + GrGLFunction<GrGLTexBufferProc> fTexBuffer;
|
| GrGLFunction<GrGLTexImage2DProc> fTexImage2D;
|
| GrGLFunction<GrGLTexParameteriProc> fTexParameteri;
|
| GrGLFunction<GrGLTexParameterivProc> fTexParameteriv;
|
| @@ -471,6 +472,8 @@ public:
|
| GrGLFunction<GrGLGetVertexArrayPointeri_vProc> fGetVertexArrayPointeri_v;
|
| GrGLFunction<GrGLMapNamedBufferRangeProc> fMapNamedBufferRange;
|
| GrGLFunction<GrGLFlushMappedNamedBufferRangeProc> fFlushMappedNamedBufferRange;
|
| + // OpenGL 3.1
|
| + GrGLFunction<GrGLTextureBufferProc> fTextureBuffer;
|
|
|
| /* KHR_debug */
|
| GrGLFunction<GrGLDebugMessageControlProc> fDebugMessageControl;
|
|
|