UNPKG

481 BTypeScriptView Raw
1declare namespace GlobalMixins
2{
3 // eslint-disable-next-line @typescript-eslint/no-empty-interface
4 interface BaseTexture
5 {
6
7 }
8
9 // eslint-disable-next-line @typescript-eslint/no-empty-interface
10 interface Texture
11 {
12
13 }
14
15 // eslint-disable-next-line @typescript-eslint/no-empty-interface
16 interface BaseRenderTexture
17 {
18
19 }
20
21 // eslint-disable-next-line @typescript-eslint/no-empty-interface
22 interface IRendererOptions
23 {
24
25 }
26}