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

Function loadImage

src/textures/index.ts:80–82  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

78}
79
80export function loadImage(path: string): number {
81 return bloom_load_image(path as any);
82}
83
84export function imageResize(imageHandle: number, width: number, height: number): void {
85 bloom_image_resize(imageHandle, width, height);

Callers

nothing calls this directly

Calls 1

bloom_load_imageFunction · 0.50

Tested by

no test coverage detected