mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 21:59:09 +08:00
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
declare namespace SDK.Gfx {
|
|
class IWebGLTexture {
|
|
GetWidth(): number;
|
|
GetHeight(): number;
|
|
|
|
GetDefaultSampling(): SamplingModeType;
|
|
}
|
|
} |