ladybird/Libraries/LibWeb/WebGL/WebGLUniformLocation.idl

7 lines
156 B
Text
Raw Normal View History

2024-11-13 10:11:08 +01:00
#import <WebGL/WebGLObject.idl>
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.10
[Exposed=(Window,Worker)]
interface WebGLUniformLocation {
};