Bug 140741 - WebGL2 (3.1): Add new types to WebGL2 API
Summary: WebGL2 (3.1): Add new types to WebGL2 API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-21 14:25 PST by Roger Fong
Modified: 2015-01-21 15:17 PST (History)
3 users (show)

See Also:


Attachments
patch (1.12 KB, patch)
2015-01-21 14:28 PST, Roger Fong
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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