Enum nc_renderer::common::ReadbackPayload [−][src]
pub enum ReadbackPayload {
RGB32U(Vec<Vector3<u32>>),
RGBA32U(Vec<Vector4<u32>>),
R32U(Vec<u32>),
RGB32F(Vec<Vec3f>),
RGBA32F(Vec<Vec4f>),
R32F(Vec<f32>),
Depth(Vec<f32>),
}
Expand description
Readback surface