LibWeb: Use "unrestricted float/double" where we should in IDL

This commit is contained in:
Sam Atkins 2022-08-11 15:50:46 +01:00 committed by Andreas Kling
commit 8fd83b56d5
Notes: sideshowbarker 2024-07-17 08:18:01 +09:00
2 changed files with 4 additions and 6 deletions

View file

@ -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",