ladybird/Libraries/LibWeb/WebGL/WebGLProgram.idl

7 lines
161 B
Text
Raw Normal View History

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