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

Method height

native/shared/src/renderer/mod.rs:12876–12878  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

12874 }
12875
12876 pub fn height(&self) -> u32 {
12877 self.logical_height
12878 }
12879
12880 /// Physical pixel dimensions of the swapchain and post-process
12881 /// render targets. Always equal to `width`/`height` on non-HiDPI

Callers 15

write_compositeFunction · 0.45
mainFunction · 0.45
bloom_scene_pick_allFunction · 0.45
bloom_scene_pick_allFunction · 0.45
bloom_enable_postfxFunction · 0.45
bloom_project_to_screenFunction · 0.45
bloom_scene_pickFunction · 0.45
bloom_begin_drawingFunction · 0.45
bloom_scene_pick_allFunction · 0.45
bloom_enable_postfxFunction · 0.45
bloom_begin_drawingFunction · 0.45
bloom_enable_postfxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected