Skip to content

Commit 5e80c0e

Browse files
Minor formatting change in JSDocs
1 parent 2c6cae8 commit 5e80c0e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

module/source/types/webgl-context-attributes.ts

+3-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ type WebGLContextAttributes = {
4747
* choose to ignore it. WebGL implementations use context lost and restored
4848
* events to regulate power and memory consumption, regardless of the value of
4949
* this attribute. Accepts the following values:
50-
* {
51-
* 0: "default",
52-
* 1: "low-power",
53-
* 2: "high-performance",
54-
* }
50+
* 0: Default
51+
* 1: Low Power
52+
* 2: High Performance
5553
* @default 0
5654
*/
5755
readonly powerPreference?: 0 | 1 | 2;

0 commit comments

Comments
 (0)