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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h

Issue 1463503002: Fix TexStorage3D with compressed ETC2/EAC formats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
index 3ab1aad20babffd691efbe1d197ef173b49c5bed..70ad5200d3ac01075ffa225b7a69bc79f8d462de 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
@@ -237,6 +237,7 @@ protected:
GLint m_maxArrayTextureLayers;
std::set<GLenum> m_supportedInternalFormatsStorage;
+ std::set<GLenum> m_compressedTextureFormatsETC2EAC;
PersistentWillBeMember<WebGLBuffer> m_boundCopyReadBuffer;
PersistentWillBeMember<WebGLBuffer> m_boundCopyWriteBuffer;

Powered by Google App Engine
This is Rietveld 408576698