Skip to main content

Module video_texture

Module video_texture 

Source
Expand description

VideoTexture — texture backed by per-frame BGRA uploads.

Used by the recorder to feed decoded screen-capture frames into the scene. Wraps a crate::texture::Texture with Bgra8UnormSrgb format and TEXTURE_BINDING | COPY_DST usage; each frame the host calls VideoTexture::upload_bgra.

Structs§

VideoTexture
GPU texture backed by per-frame BGRA8 uploads.