ladybird/Libraries/LibWeb/WebGL/WebGLSampler.idl

7 lines
161 B
Text
Raw Normal View History

#import <WebGL/WebGLObject.idl>
// https://registry.khronos.org/webgl/specs/latest/2.0/#3.3
[Exposed=(Window,Worker)]
interface WebGLSampler : WebGLObject {
};