#[repr(C)]pub struct D3DDEVINFO_D3D9INTERFACETIMINGS {
pub WaitingForGPUToUseApplicationResourceTimePercent: f32,
pub WaitingForGPUToAcceptMoreCommandsTimePercent: f32,
pub WaitingForGPUToStayWithinLatencyTimePercent: f32,
pub WaitingForGPUExclusiveResourceTimePercent: f32,
pub WaitingForGPUOtherTimePercent: f32,
}Expand description
Required features: ‘Win32_Graphics_Direct3D9’
Fields
WaitingForGPUToUseApplicationResourceTimePercent: f32WaitingForGPUToAcceptMoreCommandsTimePercent: f32WaitingForGPUToStayWithinLatencyTimePercent: f32WaitingForGPUExclusiveResourceTimePercent: f32WaitingForGPUOtherTimePercent: f32