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

Function setTargetFPS

src/core/index.ts:531–533  ·  view source on GitHub ↗
(fps: number)

Source from the content-addressed store, hash-verified

529// Timing
530
531export function setTargetFPS(fps: number): void {
532 bloom_set_target_fps(fps);
533}
534
535/**
536 * Enable direct-to-swapchain 2D mode. Skips scene prep, shadow maps,

Callers 15

main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90

Calls 1

bloom_set_target_fpsFunction · 0.50

Tested by

no test coverage detected