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

Function r8_half

native/shared/src/renderer/transient.rs:270–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 }
269
270 fn r8_half() -> TransientDesc {
271 TransientDesc::new(
272 wgpu::TextureFormat::R8Unorm,
273 wgpu::TextureUsages::RENDER_ATTACHMENT | wgpu::TextureUsages::TEXTURE_BINDING,
274 SizePolicy::HalfSwapchain,
275 )
276 }
277
278 /// Headless wgpu device for tests. Uses the default noop/fallback
279 /// backend if available so tests run in CI without a GPU. Returns

Callers 2

clear_resets_everythingFunction · 0.85

Calls

no outgoing calls

Tested by 2

clear_resets_everythingFunction · 0.68