mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
LibWeb/WebGL: Alphabetize imports for WebGLRenderingContextBase IDL
This commit is contained in:
committed by
Alexander Kalenik
parent
7abc79ece7
commit
9c24bb3cee
@@ -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