VdpOutputSurfaceQueryGetPutBitsNativeCapabilities

Type Alias VdpOutputSurfaceQueryGetPutBitsNativeCapabilities 

Source
pub type VdpOutputSurfaceQueryGetPutBitsNativeCapabilities = Option<unsafe extern "C" fn(device: VdpDevice, surface_rgba_format: VdpRGBAFormat, is_supported: *mut VdpBool) -> VdpStatus>;
Expand description

\brief Query the implementation’s capability to perform a PutBits operation using application data matching the surface’s format. \param[in] device The device to query. \param[in] surface_rgba_format The surface format for which information is requested. \param[out] is_supported Is this surface format supported? \return VdpStatus The completion status of the operation.

Aliased Type§

pub enum VdpOutputSurfaceQueryGetPutBitsNativeCapabilities {
    None,
    Some(unsafe extern "C" fn(u32, u32, *mut i32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, u32, *mut i32) -> u32)

Some value of type T.