Struct d3d11_win::resource::structures::D3D11_SUBRESOURCE_DATA [] [src]

pub struct D3D11_SUBRESOURCE_DATA {
    pub pSysMem: *const c_void,
    pub SysMemPitch: UINT,
    pub SysMemSlicePitch: UINT,
}

Fields

pSysMem
SysMemPitch
SysMemSlicePitch