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

Function getRenderTextureTexture

src/textures/index.ts:170–173  ·  view source on GitHub ↗
(handle: number)

Source from the content-addressed store, hash-verified

168}
169
170export function getRenderTextureTexture(handle: number): Texture {
171 const id = bloom_get_render_texture_texture(handle);
172 return { id, width: 0, height: 0 };
173}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected