WebGL
Khronos
 

WebGL EXT_float_blend Extension Specification

Name

EXT_float_blend

Contact

WebGL working group (public_webgl 'at' khronos.org)

Contributors

Mark Callow

Members of the WebGL working group

Version

Last modified date: August 27, 2019
Revision: 5

Number

WebGL extension #35

Dependencies

Written against the WebGL API 1.0 specification.

Written against the WEBGL_color_buffer_float specification.

Written against the EXT_color_buffer_float specification.

Overview

This extension exposes the EXT_float_blend functionality to WebGL.

There are no WebGL-specific behavioral changes.

Consult the above extension for documentation, issues and new functions and enumerants.

When this extension is enabled:

IDL

[Exposed=(Window,Worker), LegacyNoInterfaceObject]
interface EXT_float_blend {
}; // interface EXT_float_blend

Revision History

Revision 1, 2015/04/13

Revision 2, 2017/01/03

Revision 3, 2019/02/01

Revision 4, 2019/03/15

Revision 5, 2019/08/27