| 1234567891011121314151617181920212223242526 |
- declare namespace GlobalMixins
- {
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
- interface BaseTexture
- {
- }
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
- interface Texture
- {
- }
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
- interface BaseRenderTexture
- {
- }
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
- interface IRendererOptions
- {
- }
- }
|