# OH_Drawing_GpuContextOptions ## Overview The OH_Drawing_GpuContextOptions struct describes the options about the GPU context. **Since**: 12 **Related module**: [Drawing](_drawing.md) **Header file**: [drawing_gpu_context.h](drawing__gpu__context_8h.md) **Deprecated**: from API version 18 ## Summary ### Member Variables | Name| Description| | -------- | -------- | | bool [allowPathMaskCaching](#allowpathmaskcaching) | Whether to allow path mask textures to be cached. The value **true** means to allow the path mask textures to be cached, and **false** means the opposite.| ## Member Variable Description ### allowPathMaskCaching ``` bool OH_Drawing_GpuContextOptions::allowPathMaskCaching ``` **Description** Whether to allow path mask textures to be cached. The value **true** means to allow the path mask textures to be cached, and **false** means the opposite.