1# OH_Drawing_GpuContextOptions
2
3
4## Overview
5
6The OH_Drawing_GpuContextOptions struct describes the options about the GPU context.
7
8**Since**: 12
9
10**Related module**: [Drawing](_drawing.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| 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.|
21
22
23## Member Variable Description
24
25
26### allowPathMaskCaching
27
28```
29bool OH_Drawing_GpuContextOptions::allowPathMaskCaching
30```
31
32**Description**
33
34Whether 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.
35