pub type VdpVideoMixerQueryFeatureSupport = Option<unsafe extern "C" fn(device: VdpDevice, feature: VdpVideoMixerFeature, is_supported: *mut VdpBool) -> VdpStatus>;Expand description
\brief Query the implementation’s support for a specific feature. \param[in] device The device to query. \param[in] feature The feature for which support is to be queried. \param[out] is_supported Is the specified feature supported? \return VdpStatus The completion status of the operation.
Aliased Type§
pub enum VdpVideoMixerQueryFeatureSupport {
None,
Some(unsafe extern "C" fn(u32, u32, *mut i32) -> u32),
}