mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
This is right one!
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-07-29 16:04:47.388825300 UTC
|
||||
// 2024-08-08 22:44:32.016601800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@@ -78,10 +78,10 @@ pub mod cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 4
|
||||
pub mod VsInputSignatureElement_t {
|
||||
pub const m_pName: usize = 0x0; // char[64]
|
||||
pub const m_pSemantic: usize = 0x40; // char[64]
|
||||
pub const m_pD3DSemanticName: usize = 0x80; // char[64]
|
||||
pub const m_nD3DSemanticIndex: usize = 0xC0; // int32
|
||||
pub const m_pName: usize = 0x0; //
|
||||
pub const m_pSemantic: usize = 0x40; //
|
||||
pub const m_pD3DSemanticName: usize = 0x80; //
|
||||
pub const m_nD3DSemanticIndex: usize = 0xC0; //
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
@@ -91,13 +91,13 @@ pub mod cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 7
|
||||
pub mod RenderInputLayoutField_t {
|
||||
pub const m_pSemanticName: usize = 0x0; // uint8[32]
|
||||
pub const m_nSemanticIndex: usize = 0x20; // int32
|
||||
pub const m_Format: usize = 0x24; // uint32
|
||||
pub const m_nOffset: usize = 0x28; // int32
|
||||
pub const m_nSlot: usize = 0x2C; // int32
|
||||
pub const m_nSlotType: usize = 0x30; // RenderSlotType_t
|
||||
pub const m_nInstanceStepRate: usize = 0x34; // int32
|
||||
pub const m_pSemanticName: usize = 0x0; //
|
||||
pub const m_nSemanticIndex: usize = 0x20; //
|
||||
pub const m_Format: usize = 0x24; //
|
||||
pub const m_nOffset: usize = 0x28; //
|
||||
pub const m_nSlot: usize = 0x2C; //
|
||||
pub const m_nSlotType: usize = 0x30; //
|
||||
pub const m_nInstanceStepRate: usize = 0x34; //
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user