/// A handle to a single Spout frame backed by a shared DirectX texture.
///
/// The underlying texture lives in GPU-shared memory — do not copy it to
/// the CPU. Drop this handle when you are done sampling the texture for the
/// current frame to release the shared texture reference.