()
| 244 | |
| 245 | /** Physical-pixel size of the GPU surface (HiDPI-aware on macOS today). */ |
| 246 | export function getPhysicalWidth(): number { return bloom_get_physical_width(); } |
| 247 | export function getPhysicalHeight(): number { return bloom_get_physical_height(); } |
| 248 | |
| 249 | /** |
nothing calls this directly
no test coverage detected