Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1397)

Unified Diff: Source/modules/webgl/WebGLExtensionName.h

Issue 1265703005: Implement the texture uploading of ASTC compression for WebGL(part II) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clean and Remove unnecessary enum. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/webgl/WebGLExtensionName.h
diff --git a/Source/modules/webgl/WebGLExtensionName.h b/Source/modules/webgl/WebGLExtensionName.h
index 93a917820279d0670276bcb29ccc633934b15ba9..6a84b5ec92e3df8c2e551b3835ebc520682ddfe1 100644
--- a/Source/modules/webgl/WebGLExtensionName.h
+++ b/Source/modules/webgl/WebGLExtensionName.h
@@ -23,6 +23,7 @@ enum WebGLExtensionName {
OESTextureHalfFloatLinearName,
OESTextureHalfFloatName,
OESVertexArrayObjectName,
+ WebGLCompressedTextureASTCName,
WebGLCompressedTextureATCName,
WebGLCompressedTextureETC1Name,
WebGLCompressedTexturePVRTCName,

Powered by Google App Engine
This is Rietveld 408576698