Add timestamp to generated files

This commit is contained in:
a2x
2023-10-03 02:00:52 +10:00
parent 338bcde14e
commit 5d4778ebeb
60 changed files with 16048 additions and 15839 deletions

View File

@@ -1,7 +1,10 @@
#![allow(non_snake_case, non_upper_case_globals)]
// Created using https://github.com/a2x/cs2-dumper
// 2023-10-02 15:54:54.361428300 UTC
pub mod CSSDSEndFrameViewInfo {
pub const m_nViewId: usize = 0x0; // uint64
pub const m_nViewId: usize = 0x0; // uint64_t
pub const m_ViewName: usize = 0x8; // CUtlString
}
@@ -12,8 +15,8 @@ pub mod CSSDSMsg_EndFrame {
pub mod CSSDSMsg_LayerBase {
pub const m_viewId: usize = 0x0; // SceneViewId_t
pub const m_ViewName: usize = 0x10; // CUtlString
pub const m_nLayerIndex: usize = 0x18; // int32
pub const m_nLayerId: usize = 0x20; // uint64
pub const m_nLayerIndex: usize = 0x18; // int32_t
pub const m_nLayerId: usize = 0x20; // uint64_t
pub const m_LayerName: usize = 0x28; // CUtlString
pub const m_displayText: usize = 0x30; // CUtlString
}
@@ -25,15 +28,15 @@ pub mod CSSDSMsg_ViewRender {
pub mod CSSDSMsg_ViewTarget {
pub const m_Name: usize = 0x0; // CUtlString
pub const m_TextureId: usize = 0x8; // uint64
pub const m_nWidth: usize = 0x10; // int32
pub const m_nHeight: usize = 0x14; // int32
pub const m_nRequestedWidth: usize = 0x18; // int32
pub const m_nRequestedHeight: usize = 0x1C; // int32
pub const m_nNumMipLevels: usize = 0x20; // int32
pub const m_nDepth: usize = 0x24; // int32
pub const m_nMultisampleNumSamples: usize = 0x28; // int32
pub const m_nFormat: usize = 0x2C; // int32
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
}
pub mod CSSDSMsg_ViewTargetList {
@@ -43,6 +46,6 @@ pub mod CSSDSMsg_ViewTargetList {
}
pub mod SceneViewId_t {
pub const m_nViewId: usize = 0x0; // uint64
pub const m_nFrameCount: usize = 0x8; // uint64
pub const m_nViewId: usize = 0x0; // uint64_t
pub const m_nFrameCount: usize = 0x8; // uint64_t
}