Bug 51202 - Prohibit any filtering mode but NEAREST with OES_texture_float extension
Summary: Prohibit any filtering mode but NEAREST with OES_texture_float extension
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on: 40316
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-16 11:47 PST by Kenneth Russell
Modified: 2024-01-17 00:59 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2010-12-16 11:47:06 PST
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.