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

Function beginDrawing

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

Source from the content-addressed store, hash-verified

139// Drawing lifecycle
140
141export function beginDrawing(): void {
142 bloom_begin_drawing();
143}
144
145export function endDrawing(): void {
146 bloom_end_drawing();

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_begin_drawingFunction · 0.50

Tested by

no test coverage detected