Struct screen_13::prelude::vk::OpticalFlowSessionCreateInfoNV
source · pub struct OpticalFlowSessionCreateInfoNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub width: u32,
pub height: u32,
pub image_format: Format,
pub flow_vector_format: Format,
pub cost_format: Format,
pub output_grid_size: OpticalFlowGridSizeFlagsNV,
pub hint_grid_size: OpticalFlowGridSizeFlagsNV,
pub performance_level: OpticalFlowPerformanceLevelNV,
pub flags: OpticalFlowSessionCreateFlagsNV,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§width: u32§height: u32§image_format: Format§flow_vector_format: Format§cost_format: Format§output_grid_size: OpticalFlowGridSizeFlagsNV§hint_grid_size: OpticalFlowGridSizeFlagsNV§performance_level: OpticalFlowPerformanceLevelNV§flags: OpticalFlowSessionCreateFlagsNVImplementations§
source§impl OpticalFlowSessionCreateInfoNV
impl OpticalFlowSessionCreateInfoNV
pub fn builder<'a>() -> OpticalFlowSessionCreateInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for OpticalFlowSessionCreateInfoNV
impl Clone for OpticalFlowSessionCreateInfoNV
source§fn clone(&self) -> OpticalFlowSessionCreateInfoNV
fn clone(&self) -> OpticalFlowSessionCreateInfoNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for OpticalFlowSessionCreateInfoNV
impl Default for OpticalFlowSessionCreateInfoNV
source§fn default() -> OpticalFlowSessionCreateInfoNV
fn default() -> OpticalFlowSessionCreateInfoNV
Returns the “default value” for a type. Read more