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

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: Add braces. 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
« no previous file with comments | « Source/modules/webgl/WebGLCompressedTextureASTC.idl ('k') | Source/modules/webgl/WebGLRenderingContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « Source/modules/webgl/WebGLCompressedTextureASTC.idl ('k') | Source/modules/webgl/WebGLRenderingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698