Skip to content

Commit 42e0f26

Browse files
committed
[css-paint-api] Add note about complexities with WebGL rendering context.
1 parent 2905a56 commit 42e0f26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-paint-api/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ Note: The list of CSS properties provided by the dependencies getter can either
9393

9494
Note: The list of dependencies should only be looked up once, the class doesn't have the opportunity to dynamically change its dependencies.
9595

96-
Note: In a future version of the spec, the author may be able to set an option to receive a different type of RenderingContext. In particular the author may want a WebGL based rendering context to render 3D effects.
96+
Note: In a future version of the spec, the author may be able to set an option to receive a different type of RenderingContext.
97+
In particular the author may want a WebGL rendering context to render 3D effects.
98+
There are complexities in setting up a WebGL rendering context to take the {{Geometry}} and {{StylePropertyMap}} as inputs.
9799

98100
Issue(w3c/css-houdini-drafts#31): Allow author to specify the intrinsic size.
99101

0 commit comments

Comments
 (0)