mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibWeb/WebGL: Alphabetize imports for WebGLRenderingContextBase IDL
This commit is contained in:
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 ✅
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue