cs2-dumper/generated/scenesystem.dll.rs

59 lines
1.9 KiB
Rust
Raw Normal View History

2023-10-15 20:17:02 +08:00
/*
2024-03-14 13:14:28 +08:00
* Generated using https://github.com/a2x/cs2-dumper
* Thu, 14 Mar 2024 05:07:40 +0000
2023-10-15 20:17:02 +08:00
*/
2023-10-03 00:00:52 +08:00
2023-10-17 10:06:23 +08:00
#![allow(non_snake_case, non_upper_case_globals)]
2023-09-08 21:13:40 +08:00
pub mod CSSDSEndFrameViewInfo {
2023-10-03 00:00:52 +08:00
pub const m_nViewId: usize = 0x0; // uint64_t
2023-10-01 12:43:48 +08:00
pub const m_ViewName: usize = 0x8; // CUtlString
2023-09-08 21:13:40 +08:00
}
pub mod CSSDSMsg_EndFrame {
2023-10-03 08:29:17 +08:00
pub const m_Views: usize = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
2023-09-08 21:13:40 +08:00
}
pub mod CSSDSMsg_LayerBase {
2023-10-01 12:43:48 +08:00
pub const m_viewId: usize = 0x0; // SceneViewId_t
pub const m_ViewName: usize = 0x10; // CUtlString
2023-10-03 00:00:52 +08:00
pub const m_nLayerIndex: usize = 0x18; // int32_t
pub const m_nLayerId: usize = 0x20; // uint64_t
2023-10-01 12:43:48 +08:00
pub const m_LayerName: usize = 0x28; // CUtlString
pub const m_displayText: usize = 0x30; // CUtlString
2023-09-08 21:13:40 +08:00
}
2023-10-18 18:32:33 +08:00
pub mod CSSDSMsg_PostLayer { // CSSDSMsg_LayerBase
}
pub mod CSSDSMsg_PreLayer { // CSSDSMsg_LayerBase
}
2023-09-08 21:13:40 +08:00
pub mod CSSDSMsg_ViewRender {
2023-10-01 12:43:48 +08:00
pub const m_viewId: usize = 0x0; // SceneViewId_t
pub const m_ViewName: usize = 0x10; // CUtlString
2023-09-08 21:13:40 +08:00
}
pub mod CSSDSMsg_ViewTarget {
2023-10-01 12:43:48 +08:00
pub const m_Name: usize = 0x0; // CUtlString
2023-10-03 00:00:52 +08:00
pub const m_TextureId: usize = 0x8; // uint64_t
pub const m_nWidth: usize = 0x10; // int32_t
pub const m_nHeight: usize = 0x14; // int32_t
pub const m_nRequestedWidth: usize = 0x18; // int32_t
pub const m_nRequestedHeight: usize = 0x1C; // int32_t
pub const m_nNumMipLevels: usize = 0x20; // int32_t
pub const m_nDepth: usize = 0x24; // int32_t
pub const m_nMultisampleNumSamples: usize = 0x28; // int32_t
pub const m_nFormat: usize = 0x2C; // int32_t
2023-09-08 21:13:40 +08:00
}
pub mod CSSDSMsg_ViewTargetList {
2023-10-01 12:43:48 +08:00
pub const m_viewId: usize = 0x0; // SceneViewId_t
pub const m_ViewName: usize = 0x10; // CUtlString
2023-10-03 08:29:17 +08:00
pub const m_Targets: usize = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
2023-09-08 21:13:40 +08:00
}
pub mod SceneViewId_t {
2023-10-03 00:00:52 +08:00
pub const m_nViewId: usize = 0x0; // uint64_t
pub const m_nFrameCount: usize = 0x8; // uint64_t
2023-09-08 21:13:40 +08:00
}