-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
109 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: WebGL2 Color Space | ||
description: Specifies the color space to be used for the context. | ||
spec: https://registry.khronos.org/webgl/specs/latest/2.0/ | ||
compat_features: | ||
- api.WebGL2RenderingContext.drawingBufferColorSpace | ||
- api.WebGL2RenderingContext.unpackColorSpace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Generated from: webgl2-context-colorspace.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: false | ||
support: | ||
chrome: "104" | ||
chrome_android: "104" | ||
edge: "104" | ||
compat_features: | ||
# baseline: low | ||
# baseline_low_date: 2024-06-11 | ||
# support: | ||
# chrome: "104" | ||
# chrome_android: "104" | ||
# edge: "104" | ||
# firefox: "127" | ||
# firefox_android: "127" | ||
# safari: "16.4" | ||
# safari_ios: "16.4" | ||
- api.WebGL2RenderingContext.drawingBufferColorSpace | ||
|
||
# ⬇️ Same status as overall feature ⬇️ | ||
# baseline: false | ||
# support: | ||
# chrome: "104" | ||
# chrome_android: "104" | ||
# edge: "104" | ||
- api.WebGL2RenderingContext.unpackColorSpace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name: WebGL2 `desynchronized` parameter | ||
description: Reduces latency by desynchronizing the canvas paint cycle from the event loop. | ||
spec: https://registry.khronos.org/webgl/specs/latest/2.0/ | ||
compat_features: | ||
- api.HTMLCanvasElement.getContext.webgl2_context.options_desynchronized_parameter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Generated from: webgl2-context-desynchronized.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: false | ||
support: | ||
chrome: "81" | ||
chrome_android: "75" | ||
edge: "79" | ||
compat_features: | ||
- api.HTMLCanvasElement.getContext.webgl2_context.options_desynchronized_parameter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: WebGL2 drawing buffer | ||
description: Provides access to the underlying storage buffer. | ||
spec: https://registry.khronos.org/webgl/specs/latest/2.0/#2.2 | ||
compat_features: | ||
- api.WebGL2RenderingContext.drawingBufferFormat | ||
- api.WebGL2RenderingContext.drawingBufferStorage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Generated from: webgl2-context-drawingbuffer.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: false | ||
support: | ||
chrome: "122" | ||
chrome_android: "122" | ||
edge: "122" | ||
compat_features: | ||
- api.WebGL2RenderingContext.drawingBufferFormat | ||
- api.WebGL2RenderingContext.drawingBufferStorage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name: WebGL2 `powerPreference` parameter | ||
description: Allows the developer to prioritize rendering performance or power savings. | ||
spec: https://registry.khronos.org/webgl/specs/latest/2.0/ | ||
compat_features: | ||
- api.HTMLCanvasElement.getContext.webgl2_context.options_powerPreference_parameter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Generated from: webgl2-context-powerpreference.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: false | ||
support: | ||
chrome: "75" | ||
chrome_android: "75" | ||
edge: "79" | ||
safari: "15" | ||
safari_ios: "15" | ||
compat_features: | ||
- api.HTMLCanvasElement.getContext.webgl2_context.options_powerPreference_parameter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters