Bug 39524

Summary: WebKit WebGL must not be hardcoded to 32 texture units.
Product: WebKit Reporter: Gregg Tavares <gman>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: cmarrin, kbr, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Gregg Tavares
Reported 2010-05-21 18:52:36 PDT
The number of texture units is implementation dependent. the WebGL implementation must query the number of texture using glGetIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, ...)
Attachments
Zhenyao Mo
Comment 1 2010-06-03 17:11:23 PDT
The issue is dealt with in https://bugs.webkit.org/show_bug.cgi?id=38145 *** This bug has been marked as a duplicate of bug 38145 ***
Note You need to log in before you can comment on or make changes to this bug.