Support the flipY and premultiplyAlpha pixel storage parameters for 3D texture uploads from typed arrays |
|||
Issue descriptionThere's been a TODO in WebGLRenderingContextBase::texImageHelperDOMArrayBufferView for a while to support the flipY and premultiplyAlpha pixel storage parameters for 3D texture uploads from typed arrays. This went unnoticed until now because there are no conformance tests covering this functionality. Some should be written for 2.0.1, the behavior decided upon, and the code written for it.
,
Dec 5 2017
The working group has decided FLIP_Y and PREMULTIPLAY_ALPHA should not be applied to 3D texture uploading from client array. We will generate an INVALID_OPERATION instead. This CL will implement the error generation: https://chromium-review.googlesource.com/c/chromium/src/+/808665
,
Nov 27
|
|||
►
Sign in to add a comment |
|||
Comment 1 by ajuma@chromium.org
, Jan 19 2017