MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / getPhysicalWidth

Function getPhysicalWidth

src/core/index.ts:246–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

bloom_get_physical_widthFunction · 0.50

Tested by

no test coverage detected