Bug 51202
Summary: | Prohibit any filtering mode but NEAREST with OES_texture_float extension | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kenneth Russell <kbr> |
Component: | WebGL | Assignee: | Kenneth Russell <kbr> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, cmarrin, igor.oliveira, jamesr, kkinnunen, zmo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 40316 | ||
Bug Blocks: |
Kenneth Russell
The implementation of the OES_texture_float extension in WebGL is currently allowing the LINEAR filtering mode to be used, even when the OES_texture_float_linear extension (which has not been implemented yet) is not enabled. This situation needs to treat the texture as being incomplete and render as black.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |