зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1316778 - Update IDL and bindings. - r=qdot
MozReview-Commit-ID: COMYaZMv5GI
This commit is contained in:
Родитель
f753eb7394
Коммит
d945e6a8f8
|
@ -1092,13 +1092,13 @@ DOMInterfaces = {
|
||||||
'headerFile': 'WebGLExtensions.h'
|
'headerFile': 'WebGLExtensions.h'
|
||||||
},
|
},
|
||||||
|
|
||||||
'WEBGL_compressed_texture_etc1': {
|
'WEBGL_compressed_texture_etc': {
|
||||||
'nativeType': 'mozilla::WebGLExtensionCompressedTextureETC1',
|
'nativeType': 'mozilla::WebGLExtensionCompressedTextureES3',
|
||||||
'headerFile': 'WebGLExtensions.h'
|
'headerFile': 'WebGLExtensions.h'
|
||||||
},
|
},
|
||||||
|
|
||||||
'WEBGL_compressed_texture_es3': {
|
'WEBGL_compressed_texture_etc1': {
|
||||||
'nativeType': 'mozilla::WebGLExtensionCompressedTextureES3',
|
'nativeType': 'mozilla::WebGLExtensionCompressedTextureETC1',
|
||||||
'headerFile': 'WebGLExtensions.h'
|
'headerFile': 'WebGLExtensions.h'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -807,7 +807,7 @@ interface WEBGL_compressed_texture_atc
|
||||||
};
|
};
|
||||||
|
|
||||||
[NoInterfaceObject]
|
[NoInterfaceObject]
|
||||||
interface WEBGL_compressed_texture_es3
|
interface WEBGL_compressed_texture_etc
|
||||||
{
|
{
|
||||||
const GLenum COMPRESSED_R11_EAC = 0x9270;
|
const GLenum COMPRESSED_R11_EAC = 0x9270;
|
||||||
const GLenum COMPRESSED_SIGNED_R11_EAC = 0x9271;
|
const GLenum COMPRESSED_SIGNED_R11_EAC = 0x9271;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче