(handle: number)
| 168 | } |
| 169 | |
| 170 | export function getRenderTextureTexture(handle: number): Texture { |
| 171 | const id = bloom_get_render_texture_texture(handle); |
| 172 | return { id, width: 0, height: 0 }; |
| 173 | } |
nothing calls this directly
no test coverage detected