Type Alias PF_PixelFormatSuite1

Source
pub type PF_PixelFormatSuite1 = PF_PixelFormatSuite;

Aliased Type§

#[repr(C)]
pub struct PF_PixelFormatSuite1 { pub AddSupportedPixelFormat: Option<unsafe extern "C" fn(*mut PF_ProgressInfo, u32) -> i32>, pub ClearSupportedPixelFormats: Option<unsafe extern "C" fn(*mut PF_ProgressInfo) -> i32>, pub NewWorldOfPixelFormat: Option<unsafe extern "C" fn(*mut PF_ProgressInfo, u32, u32, i32, u32, *mut PF_LayerDef) -> i32>, pub DisposeWorld: Option<unsafe extern "C" fn(*mut PF_ProgressInfo, *mut PF_LayerDef) -> i32>, pub GetPixelFormat: Option<unsafe extern "C" fn(*mut PF_LayerDef, *mut u32) -> i32>, pub GetBlackForPixelFormat: Option<unsafe extern "C" fn(u32, *mut c_void) -> i32>, pub GetWhiteForPixelFormat: Option<unsafe extern "C" fn(u32, *mut c_void) -> i32>, pub ConvertColorToPixelFormattedData: Option<unsafe extern "C" fn(u32, f32, f32, f32, f32, *mut c_void) -> i32>, }

Fields§

§AddSupportedPixelFormat: Option<unsafe extern "C" fn(*mut PF_ProgressInfo, u32) -> i32>§ClearSupportedPixelFormats: Option<unsafe extern "C" fn(*mut PF_ProgressInfo) -> i32>§NewWorldOfPixelFormat: Option<unsafe extern "C" fn(*mut PF_ProgressInfo, u32, u32, i32, u32, *mut PF_LayerDef) -> i32>§DisposeWorld: Option<unsafe extern "C" fn(*mut PF_ProgressInfo, *mut PF_LayerDef) -> i32>§GetPixelFormat: Option<unsafe extern "C" fn(*mut PF_LayerDef, *mut u32) -> i32>§GetBlackForPixelFormat: Option<unsafe extern "C" fn(u32, *mut c_void) -> i32>§GetWhiteForPixelFormat: Option<unsafe extern "C" fn(u32, *mut c_void) -> i32>§ConvertColorToPixelFormattedData: Option<unsafe extern "C" fn(u32, f32, f32, f32, f32, *mut c_void) -> i32>