New issue
Advanced search Search tips

Issue 672711 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Generate INVALID_FRAMEBUFFER_OPERATION when querying IMPLEMENTATION_COLOR_READ_FORMAT/TYPE

Project Member Reported by kbr@chromium.org, Dec 9 2016

Issue description

Currently if the IMPLEMENTATION_COLOR_READ_FORMAT/TYPE context states are queried while the framebuffer is incomplete, INVALID_OPERATION is generated. https://github.com/KhronosGroup/WebGL/pull/2195 changed this rule to make it INVALID_FRAMEBUFFER_OPERATION. Chrome needs to implement this rule.

Further, once this is implemented, the top-of-tree conformance test conformance/extensions/oes-texture-half-float.html should be updated to require INVALID_FRAMEBUFFER_OPERATION, rather than allowing INVALID_OPERATION.

 
Owner: yunchao...@intel.com
Status: Started (was: Available)

Comment 3 by zmo@chromium.org, Dec 9 2016

Status: WontFix (was: Started)
See my comment in https://github.com/KhronosGroup/WebGL/pull/2195. The ES 3.0.5 (and also earlier versions) is clear in this scenario and an INVALID_OPERATION is expected.

Comment 4 by kbr@chromium.org, Dec 9 2016

Thanks Mo for finding the spec text covering this case.

Sign in to add a comment