[webkit-changes] [WebKit/WebKit] 195db9: WebGLProgram::isUsingVertexAttrib0 is unused

Alexey Knyazev noreply at github.com
Fri May 31 09:50:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 195db9947d9f6e4b26b1c636f15480c5a1694672
      https://github.com/WebKit/WebKit/commit/195db9947d9f6e4b26b1c636f15480c5a1694672
  Author: Alexey Knyazev <3479527+lexaknyazev at users.noreply.github.com>
  Date:   2024-05-31 (Fri, 31 May 2024)

  Changed paths:
    M Source/WebCore/html/canvas/WebGLProgram.cpp
    M Source/WebCore/html/canvas/WebGLProgram.h

  Log Message:
  -----------
  WebGLProgram::isUsingVertexAttrib0 is unused
https://bugs.webkit.org/show_bug.cgi?id=274774

Reviewed by Kimmo Kinnunen.

Removed unused code.

* Source/WebCore/html/canvas/WebGLProgram.cpp:
(WebCore::WebGLProgram::cacheInfoIfNeeded):
(WebCore::WebGLProgram::numActiveAttribLocations): Deleted.
(WebCore::WebGLProgram::getActiveAttribLocation): Deleted.
(WebCore::WebGLProgram::isUsingVertexAttrib0): Deleted.
(WebCore::WebGLProgram::cacheActiveAttribLocations): Deleted.
* Source/WebCore/html/canvas/WebGLProgram.h:

Canonical link: https://commits.webkit.org/279583@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list