Jjbauman@chromium.orgDefine GL_GLEXT_PROTOTYPES
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Fix up some types in the API. size_t -> int32_t, char* -> void* for buffers, void* -> const void* where needed. We already use int32_t when we serialize size_t (and unlike pointers, size_ts do get serialized a lot). char* for representing unstructured blocks of memory is weird, see "man 2 read" and friends. I'm removing it because it complicates our type system in IDL for no reason. const void* should be obvious. BUG=76271 TEST=none Review URL: http://codereview.chromium.org/6711047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79623 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Define GL_GLEXT_PROTOTYPES This is needed to get some of the new extension functions to link properly. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10597006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144235 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Update gl2.h and gl2ext.h headers from Khronos. These headers make using gl extensions easier. BUG=none TEST=ppb_graphics3d,building of gles book examples Review URL: https://chromiumcodereview.appspot.com/10290006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135074 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Deleted gl.gyp that had duplicate ppapi_egl target. Review URL: http://codereview.chromium.org/7283013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91320 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 |