mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +02:00
LibWeb: Implement the OES_element_index_uint WebGL extension
This commit is contained in:
Notes:
github-actions[bot]
2026-02-06 10:39:42 +00:00
Author: https://github.com/cqundefine Commit: https://github.com/LadybirdBrowser/ladybird/commit/3c4a31bca77 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6978 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/konradekk
@@ -0,0 +1,7 @@
|
||||
// https://registry.khronos.org/webgl/extensions/OES_element_index_uint/
|
||||
// NOTE: Original OES_element_index_uint name is changed to title case, so it matches corresponding C++ class name, and
|
||||
// does not require IDL generator to handle snake_case to TitleCase conversion. Having a different name is totally
|
||||
// fine, because LegacyNoInterfaceObject prevents the name from being exposed to JavaScript.
|
||||
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
||||
interface OESElementIndexUint {
|
||||
};
|
||||
Reference in New Issue
Block a user