📦 Game Update 13936

This commit is contained in:
a2x
2023-09-09 12:07:27 +10:00
parent b6b8ee2fde
commit 28e23da953
31 changed files with 578 additions and 2345 deletions

View File

@@ -1,15 +1,14 @@
#[allow(non_snake_case, non_upper_case_globals)]
#![allow(non_snake_case, non_upper_case_globals)]
pub mod CSSDSEndFrameViewInfo {
pub const m_nViewId: usize = 0x0;
pub const m_ViewName: usize = 0x8;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod CSSDSMsg_EndFrame {
pub const m_Views: usize = 0x0;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod CSSDSMsg_LayerBase {
pub const m_viewId: usize = 0x0;
pub const m_ViewName: usize = 0x10;
@@ -19,13 +18,11 @@ pub mod CSSDSMsg_LayerBase {
pub const m_displayText: usize = 0x30;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod CSSDSMsg_ViewRender {
pub const m_viewId: usize = 0x0;
pub const m_ViewName: usize = 0x10;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod CSSDSMsg_ViewTarget {
pub const m_Name: usize = 0x0;
pub const m_TextureId: usize = 0x8;
@@ -39,14 +36,12 @@ pub mod CSSDSMsg_ViewTarget {
pub const m_nFormat: usize = 0x2c;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod CSSDSMsg_ViewTargetList {
pub const m_viewId: usize = 0x0;
pub const m_ViewName: usize = 0x10;
pub const m_Targets: usize = 0x18;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod SceneViewId_t {
pub const m_nViewId: usize = 0x0;
pub const m_nFrameCount: usize = 0x8;