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