diff --git a/specs/latest/2.0/index.html b/specs/latest/2.0/index.html index 329b6a71a..5b8110903 100644 --- a/specs/latest/2.0/index.html +++ b/specs/latest/2.0/index.html @@ -707,7 +707,7 @@
buf
's size is unmodified, and no data is written to it.
- undefined getBufferSubData(GLenum target, GLintptr srcByteOffset, [AllowShared] ArrayBufferView dstBuffer, - optional GLuint dstOffset = 0, + optional unsigned long long dstOffset = 0, optional GLuint length = 0)
void texImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width,
GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type,
- [AllowShared] ArrayBufferView srcData, GLuint srcOffset)
+ [AllowShared] ArrayBufferView srcData, unsigned long long srcOffset)
(OpenGL ES 3.0.6 §3.8.3,
man page)
@@ -1983,7 +1983,7 @@ void clearBufferfv(GLenum buffer, GLint drawbuffer, Float32List values,
- optional GLuint srcOffset = 0); void clearBufferiv(GLenum buffer, GLint drawbuffer, Int32List values,
- optional GLuint srcOffset = 0); void clearBufferuiv(GLenum buffer, GLint drawbuffer, Uint32List values,
- optional GLuint srcOffset = 0); void clearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
(OpenGL ES 3.0.6 §4.2.3,
Texture objects
undefined texSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
GLenum format, GLenum type, [AllowShared] ArrayBufferView? srcData,
- optional GLuint srcOffset = 0)
+ optional unsigned long long srcOffset = 0)
(OpenGL ES 3.0.6 §3.8.5,
man page)
@@ -2085,7 +2085,7 @@ Texture objects
undefined compressedTexImage2D(GLenum target, GLint level, GLenum internalformat,
GLsizei width, GLsizei height, GLint border,
[AllowShared] ArrayBufferView srcData,
- optional GLuint srcOffset = 0,
+ optional unsigned long long srcOffset = 0,
optional GLuint srcLengthOverride = 0)
(OpenGL ES 3.0.6 §3.8.6,
@@ -2107,7 +2107,7 @@ Texture objects
undefined compressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLsizei width, GLsizei height, GLenum format,
[AllowShared] ArrayBufferView srcData,
- optional GLuint srcOffset = 0,
+ optional unsigned long long srcOffset = 0,
optional GLuint srcLengthOverride = 0)
(OpenGL ES 3.0.6 §3.8.6,
@@ -2130,7 +2130,7 @@ Texture objects
undefined compressedTexImage3D(GLenum target, GLint level, GLenum internalformat,
GLsizei width, GLsizei height, GLsizei depth, GLint border,
[AllowShared] ArrayBufferView srcData,
- optional GLuint srcOffset = 0,
+ optional unsigned long long srcOffset = 0,
optional GLuint srcLengthOverride = 0)
(OpenGL ES 3.0.6 §3.8.6,
@@ -2152,7 +2152,7 @@ Texture objects
undefined compressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
GLenum format, [AllowShared] ArrayBufferView srcData,
- optional GLuint srcOffset = 0,
+ optional unsigned long long srcOffset = 0,
optional GLuint srcLengthOverride = 0)
(OpenGL ES 3.0.6 §3.8.6,
@@ -2519,7 +2519,7 @@ Reading back pixels
Multiple render targets