Open ccameron-chromium opened 1 year ago
No response
WebGL drawingBufferStorage
https://github.com/KhronosGroup/WebGL/pull/3222
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).
drawingBufferStorage
alpha
WebGL conformance tests have been submitted here.
Bump!
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 ifalpha
is false and RGBA8 if `alpha is true).WebGL conformance tests have been submitted here.