W3cubDocs

/Haxe JavaScript

ExtensionCompressedTextureES3

package js.html.webgl

@:native("WEBGL_compressed_texture_es3") Available on js

The WEBGL_compressed_texture_es3 extension is part of the WebGL API and exposes 10 ETC/EAC compressed texture formats.

Documentation WEBGL_compressed_texture_es3 by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Static variables

@:value(37488) static inline read only COMPRESSED_R11_EAC:Int = 37488

@:value(37490) static inline read only COMPRESSED_RG11_EAC:Int = 37490

@:value(37492) static inline read only COMPRESSED_RGB8_ETC2:Int = 37492

@:value(37494) static inline read only COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2:Int = 37494

@:value(37496) static inline read only COMPRESSED_RGBA8_ETC2_EAC:Int = 37496

@:value(37489) static inline read only COMPRESSED_SIGNED_R11_EAC:Int = 37489

@:value(37491) static inline read only COMPRESSED_SIGNED_RG11_EAC:Int = 37491

@:value(37497) static inline read only COMPRESSED_SRGB8_ALPHA8_ETC2_EAC:Int = 37497

@:value(37493) static inline read only COMPRESSED_SRGB8_ETC2:Int = 37493

@:value(37495) static inline read only COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2:Int = 37495

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/webgl/ExtensionCompressedTextureES3.html