mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb/WebGL: Alphabetize imports for WebGLRenderingContextBase IDL
This commit is contained in:
committed by
Alexander Kalenik
parent
7abc79ece7
commit
9c24bb3cee
Notes:
github-actions[bot]
2024-12-06 14:36:53 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/9c24bb3cee9 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2809 Reviewed-by: https://github.com/kalenikaliaksandr ✅
@@ -2,14 +2,14 @@
|
||||
#import <WebGL/Types.idl>
|
||||
#import <WebGL/WebGLActiveInfo.idl>
|
||||
#import <WebGL/WebGLBuffer.idl>
|
||||
#import <WebGL/WebGLFramebuffer.idl>
|
||||
#import <WebGL/WebGLObject.idl>
|
||||
#import <WebGL/WebGLProgram.idl>
|
||||
#import <WebGL/WebGLRenderbuffer.idl>
|
||||
#import <WebGL/WebGLShader.idl>
|
||||
#import <WebGL/WebGLShaderPrecisionFormat.idl>
|
||||
#import <WebGL/WebGLTexture.idl>
|
||||
#import <WebGL/WebGLUniformLocation.idl>
|
||||
#import <WebGL/WebGLRenderbuffer.idl>
|
||||
#import <WebGL/WebGLFramebuffer.idl>
|
||||
|
||||
dictionary WebGLContextAttributes {
|
||||
boolean alpha = true;
|
||||
|
||||
Reference in New Issue
Block a user