New issue
Advanced search Search tips

Issue 919981 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocked on:
issue 879657



Sign in to add a comment

Change ValidateSubSourceAndGetData to use GLuint instead of long long

Project Member Reported by kbr@chromium.org, Jan 8

Issue description

There's a longstanding TODO in ValidateSubSourceAndGetData about changing the outgoing "long long" argument to GLuint.

https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/webgl/webgl2_rendering_context_base.cc?type=cs&q=ValidateSubSourceAndGetData&sq=package:chromium&g=0&l=45

This came up again in the context of Issue 879657. After the cleanup in https://chromium-review.googlesource.com/1398786 lands, we should make this change and remove some of the static_casts.


 

Sign in to add a comment