Skip to content

Commit dbd9fbd

Browse files
Minor formatting changes
1 parent 3ee6c33 commit dbd9fbd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

documentation/docs/api/webgl-rendering-context.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ Provides a hint to the user agent indicating what configuration of GPU is suitab
4545

4646
The value expected to be `0` for `default`, `1` for `low-power` or `2` for `high-performance`. See the following enum:
4747

48-
```json
49-
{
50-
0: 'default',
51-
1: 'low-power',
52-
2: 'high-performance'
53-
}
48+
```
49+
0: Default
50+
1: Low Power
51+
2: High Performance
5452
```
5553

5654
#### Premultiplied alpha

0 commit comments

Comments
 (0)