mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
LibWeb/WebGL2: Implement copyBufferSubData
This commit is contained in:
parent
2b20b8aaff
commit
2f26ade426
Notes:
github-actions[bot]
2025-01-08 14:57:14 +00:00
Author: https://github.com/Lubrsi
Commit: 2f26ade426
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2943
Reviewed-by: https://github.com/kalenikaliaksandr
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ interface mixin WebGL2RenderingContextBase {
|
||||||
const GLenum MAX_CLIENT_WAIT_TIMEOUT_WEBGL = 0x9247;
|
const GLenum MAX_CLIENT_WAIT_TIMEOUT_WEBGL = 0x9247;
|
||||||
|
|
||||||
// Buffer objects
|
// Buffer objects
|
||||||
[FIXME] undefined copyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
|
undefined copyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
|
||||||
// MapBufferRange, in particular its read-only and write-only modes,
|
// MapBufferRange, in particular its read-only and write-only modes,
|
||||||
// can not be exposed safely to JavaScript. GetBufferSubData
|
// can not be exposed safely to JavaScript. GetBufferSubData
|
||||||
// replaces it for the purpose of fetching data back from the GPU.
|
// replaces it for the purpose of fetching data back from the GPU.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue