[webkit-changes] [WebKit/WebKit] 6b4ed0: WebGL compilation disabling WebGL 2 is broken

alexgcastro noreply at github.com
Thu Oct 20 01:23:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6b4ed06fa609ac0e7429e435434c3b6c53a4770e
      https://github.com/WebKit/WebKit/commit/6b4ed06fa609ac0e7429e435434c3b6c53a4770e
  Author: Alejandro G. Castro <alex at igalia.com>
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
    M Source/WebCore/inspector/InspectorCanvas.cpp
    M Source/WebCore/inspector/InspectorCanvasCallTracer.h

  Log Message:
  -----------
  WebGL compilation disabling WebGL 2 is broken
https://bugs.webkit.org/show_bug.cgi?id=246753

Reviewed by Kenneth Russell.

WebGLVertexArrayObject is part of the WebGL 2 API but there are some
places in the code where it was added under the WEBGL ifdef instead of WEBGL2.

* Source/WebCore/inspector/InspectorCanvas.cpp:
* Source/WebCore/inspector/InspectorCanvasCallTracer.h:

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




More information about the webkit-changes mailing list