WebKit / standards-positions

WebKit's positions on emerging web specifications
https://webkit.org/standards-positions/
240 stars 18 forks source link

WebGL drawingBufferStorage API #278

Open ccameron-chromium opened 7 months ago

ccameron-chromium commented 7 months ago

WebKittens

No response

Title of the spec

WebGL drawingBufferStorage

URL to the spec

https://github.com/KhronosGroup/WebGL/pull/3222

URL to the spec's repository

No response

Issue Tracker URL

No response

Explainer URL

No response

TAG Design Review URL

No response

Mozilla standards-positions issue URL

No response

WebKit Bugzilla URL

No response

Radar URL

No response

Description

Adds the function drawingBufferStorage to WebGL, to allow specifying the pixel format for the drawing buffer (the current defaults are RGB8 if alpha is false and RGBA8 if `alpha is true).

WebGL conformance tests have been submitted here.