Struct windows_sys::Win32::Graphics::Direct3D11::D3D11_TRACE_STEP
[−]#[repr(C)]pub struct D3D11_TRACE_STEP {
pub ID: u32,
pub InstructionActive: BOOL,
pub NumRegistersWritten: u8,
pub NumRegistersRead: u8,
pub MiscOperations: u16,
pub OpcodeType: u32,
pub CurrentGlobalCycle: u64,
}Expand description
Required features: ‘Win32_Graphics_Direct3D11’, ‘Win32_Foundation’
Fields
ID: u32InstructionActive: BOOLNumRegistersWritten: u8NumRegistersRead: u8MiscOperations: u16OpcodeType: u32CurrentGlobalCycle: u64