mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +00:00
LibWeb: Use "unrestricted float/double" where we should in IDL
This commit is contained in:
parent
504d221e4a
commit
8fd83b56d5
Notes:
sideshowbarker
2024-07-17 08:18:01 +09:00
Author: https://github.com/AtkinsSJ
Commit: 8fd83b56d5
Pull-request: https://github.com/SerenityOS/serenity/pull/14839
2 changed files with 4 additions and 6 deletions
|
@ -4,9 +4,8 @@ typedef unsigned long GLbitfield;
|
|||
typedef long GLint;
|
||||
typedef long GLsizei;
|
||||
|
||||
// FIXME: These should be "unrestricted float"
|
||||
typedef float GLfloat;
|
||||
typedef float GLclampf;
|
||||
typedef unrestricted float GLfloat;
|
||||
typedef unrestricted float GLclampf;
|
||||
|
||||
enum WebGLPowerPreference {
|
||||
"default",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue