X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Frenderers%2Frender-texture.h;h=771fca072acc8cdd1f26ee8dc64aac114580284c;hb=4d75040ab200bd306ec5a48f2a617480062eef4c;hp=d9192e0a945a1f78b70941cb05d7f7166289ad27;hpb=adebd834c4f7ec4762f16ca8672d4adba128bfac;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/renderers/render-texture.h b/dali/internal/render/renderers/render-texture.h old mode 100644 new mode 100755 index d9192e0..771fca0 --- a/dali/internal/render/renderers/render-texture.h +++ b/dali/internal/render/renderers/render-texture.h @@ -155,7 +155,7 @@ private: uint16_t mWidth; ///< Width of the texture uint16_t mHeight; ///< Height of the texture uint16_t mMaxMipMapLevel; ///< Maximum mipmap level - Type mType:2; ///< Type of the texture + Type mType:3; ///< Type of the texture bool mHasAlpha : 1; ///< Whether the format has an alpha channel bool mIsCompressed : 1; ///< Whether the format is compressed