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 {
};