Struct windows_sys::Win32::Graphics::Direct3D9::D3DVOLUME_DESC
[−]#[repr(C)]pub struct D3DVOLUME_DESC {
pub Format: D3DFORMAT,
pub Type: D3DRESOURCETYPE,
pub Usage: u32,
pub Pool: D3DPOOL,
pub Width: u32,
pub Height: u32,
pub Depth: u32,
}Expand description
Required features: ‘Win32_Graphics_Direct3D9’
Fields
Format: D3DFORMATType: D3DRESOURCETYPEUsage: u32Pool: D3DPOOLWidth: u32Height: u32Depth: u32