Newer
Older
minerva / Userland / Libraries / LibWeb / WebGL / WebGLUniformLocation.idl
@minerva minerva on 13 Jul 156 bytes Initial commit
#import <WebGL/WebGLObject.idl>

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