Struct windows_sys::Win32::Graphics::Direct3D10::D3D10_VIEWPORT
[−]#[repr(C)]pub struct D3D10_VIEWPORT {
pub TopLeftX: i32,
pub TopLeftY: i32,
pub Width: u32,
pub Height: u32,
pub MinDepth: f32,
pub MaxDepth: f32,
}Expand description
Required features: ‘Win32_Graphics_Direct3D10’
Fields
TopLeftX: i32TopLeftY: i32Width: u32Height: u32MinDepth: f32MaxDepth: f32