WebGL
Khronos
 

WebGL OES_element_index_uint Khronos Ratified Extension Specification

Name

OES_element_index_uint

Contact

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

Contributors

Members of the WebGL working group

Florian Bösch (pyalot 'at' gmail.com)

Version

Last modified date: July 15, 2014
Revision: 6

Number

WebGL extension #10

Dependencies

Written against the WebGL API 1.0 specification.

Promoted to core and no longer available as an extension in WebGL API 2.0 specification.

Overview

This extension exposes the OES_element_index_uint 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 OES_element_index_uint {
};
  

Revision History

Revision 1, 2012/01/24

Revision 2, 2012/01/27

Revision 3, 2012/02/24

Revision 4, 2012/10/16

Revision 5, 2013/05/15

Revision 6, 2014/07/15