| Index: src/gpu/gl/GrGLCaps.h
|
| diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h
|
| index 1f5d6c2650a1aae382aa2f8b845893c36237c321..3d3319968fb87995899b734609a97047914d2291 100644
|
| --- a/src/gpu/gl/GrGLCaps.h
|
| +++ b/src/gpu/gl/GrGLCaps.h
|
| @@ -257,6 +257,8 @@ public:
|
|
|
| bool fullClearIsFree() const { return fFullClearIsFree; }
|
|
|
| + bool bindFragDataLocationSupport() const { return fBindFragDataLocationSupport; }
|
| +
|
| /**
|
| * Returns a string containing the caps info.
|
| */
|
| @@ -367,6 +369,7 @@ private:
|
| bool fUseNonVBOVertexAndIndexDynamicData : 1;
|
| bool fIsCoreProfile : 1;
|
| bool fFullClearIsFree : 1;
|
| + bool fBindFragDataLocationSupport : 1;
|
|
|
| struct ReadPixelsSupportedFormat {
|
| GrGLenum fFormat;
|
|
|