Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
531
export
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.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
Calls
1
bloom_set_target_fps
Function · 0.50
Tested by
no test coverage detected