Bug 140741

Summary: WebGL2 (3.1): Add new types to WebGL2 API
Product: WebKit Reporter: Roger Fong <roger_fong>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, dino, roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch dino: review+

Description Roger Fong 2015-01-21 14:25:00 PST
Trivial task.
Just add
typedef long long GLint64;
typedef unsigned long long GLuint64;

in preparation for methods in the WebGL2 API that take them as parameters.
Comment 1 Roger Fong 2015-01-21 14:25:49 PST
rdar://problem/19552962
Comment 2 Roger Fong 2015-01-21 14:28:38 PST
Created attachment 245089 [details]
patch
Comment 3 Roger Fong 2015-01-21 15:17:32 PST
http://trac.webkit.org/changeset/178865