diff options
Diffstat (limited to 'include/gpu/GrBackendEffectFactory.h')
-rw-r--r-- | include/gpu/GrBackendEffectFactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gpu/GrBackendEffectFactory.h b/include/gpu/GrBackendEffectFactory.h index f0854affa7..07467abd7d 100644 --- a/include/gpu/GrBackendEffectFactory.h +++ b/include/gpu/GrBackendEffectFactory.h @@ -32,6 +32,7 @@ class GrBackendEffectFactory : public GrNoncopyable { public: typedef uint32_t EffectKey; enum { + kNoEffectKey = 0, kEffectKeyBits = 12, /** * Some aspects of the generated code may be determined by the particular textures that are |