Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove unused code from WebGL2RenderingContext
https://bugs.webkit.org/show_bug.cgi?id=241351 Patch by Alexey Knyazev <3479527+lexaknyazev@users.noreply.github.com> on 2022-06-09 Also removed unnecessary FALLTHROUGH attributes. Reviewed by Kimmo Kinnunen. * Source/WebCore/html/canvas/EXTTextureNorm16.cpp: (WebCore::EXTTextureNorm16::supported): * Source/WebCore/html/canvas/WebGL2RenderingContext.cpp: (WebCore::WebGL2RenderingContext::initializeVertexArrayObjects): (WebCore::WebGL2RenderingContext::getInternalformatParameter): (WebCore::WebGL2RenderingContext::getTexParameter): (WebCore::isRenderableInternalformat): Deleted. (WebCore::WebGL2RenderingContext::validateTexStorageFuncParameters): Deleted. (WebCore::WebGL2RenderingContext::baseInternalFormatFromInternalFormat): Deleted. (WebCore::WebGL2RenderingContext::isIntegerFormat): Deleted. * Source/WebCore/html/canvas/WebGL2RenderingContext.h: Canonical link: https://commits.webkit.org/251421@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295415 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
3b6da02
commit ff82679300ee6ee0f10b0f2a808adf405d7c4d81
Showing
3 changed files
with
0 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters