1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 13:37:10 +09:00
ladybird/Libraries/LibWeb/WebGL/WebGLUniformLocation.idl
2024-11-13 11:41:54 +01:00

6 lines
156 B
Text

#import <WebGL/WebGLObject.idl>
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.10
[Exposed=(Window,Worker)]
interface WebGLUniformLocation {
};