Struct windows_sys::Win32::Graphics::Direct3D11::D3D11_VIEWPORT
[−]#[repr(C)]pub struct D3D11_VIEWPORT {
pub TopLeftX: f32,
pub TopLeftY: f32,
pub Width: f32,
pub Height: f32,
pub MinDepth: f32,
pub MaxDepth: f32,
}Expand description
Required features: ‘Win32_Graphics_Direct3D11’
Fields
TopLeftX: f32TopLeftY: f32Width: f32Height: f32MinDepth: f32MaxDepth: f32