ladybird/Libraries/LibWeb/WebGL/WebGLProgram.idl

5 lines
128 B
Text
Raw Normal View History

2024-11-13 05:59:10 -03:00
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.6
[Exposed=(Window,Worker)]
interface WebGLProgram : WebGLObject {
};