Struct windows_sys::Win32::Graphics::Imaging::WICDdsFormatInfo
[−]#[repr(C)]pub struct WICDdsFormatInfo {
pub DxgiFormat: DXGI_FORMAT,
pub BytesPerBlock: u32,
pub BlockWidth: u32,
pub BlockHeight: u32,
}Expand description
Required features: ‘Win32_Graphics_Imaging’, ‘Win32_Graphics_Dxgi_Common’
Fields
DxgiFormat: DXGI_FORMATBytesPerBlock: u32BlockWidth: u32BlockHeight: u32