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

Function bloom_get_render_texture_texture

native/windows/src/lib.rs:2093–2095  ·  view source on GitHub ↗
(handle: f64)

Source from the content-addressed store, hash-verified

2091}
2092#[no_mangle]
2093pub extern "C" fn bloom_get_render_texture_texture(handle: f64) -> f64 {
2094 engine().textures.get_render_texture_texture(handle)
2095}
2096
2097#[no_mangle]
2098pub extern "C" fn bloom_profiler_frame_history() -> *const u8 {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected