cs2-dumper/generated/rendersystemdx11.dll.rs

27 lines
937 B
Rust
Raw Normal View History

2023-10-15 20:17:02 +08:00
/*
2023-10-21 07:43:23 +08:00
* Created using https://github.com/a2x/cs2-dumper
* 2023-10-20 23:01:49.151180800 UTC
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 RenderInputLayoutField_t {
2023-10-03 08:29:17 +08:00
pub const m_pSemanticName: usize = 0x0; // uint8_t[32]
2023-10-03 00:00:52 +08:00
pub const m_nSemanticIndex: usize = 0x20; // int32_t
pub const m_Format: usize = 0x24; // uint32_t
pub const m_nOffset: usize = 0x28; // int32_t
pub const m_nSlot: usize = 0x2C; // int32_t
2023-10-01 12:43:48 +08:00
pub const m_nSlotType: usize = 0x30; // RenderSlotType_t
2023-10-03 00:00:52 +08:00
pub const m_nInstanceStepRate: usize = 0x34; // int32_t
2023-09-08 21:13:40 +08:00
}
pub mod VsInputSignatureElement_t {
2023-10-01 12:43:48 +08:00
pub const m_pName: usize = 0x0; // char[64]
pub const m_pSemantic: usize = 0x40; // char[64]
pub const m_pD3DSemanticName: usize = 0x80; // char[64]
2023-10-03 00:00:52 +08:00
pub const m_nD3DSemanticIndex: usize = 0xC0; // int32_t
2023-09-08 21:13:40 +08:00
}
pub mod VsInputSignature_t {
2023-10-03 08:29:17 +08:00
pub const m_elems: usize = 0x0; // CUtlVector<VsInputSignatureElement_t>
2023-09-08 21:13:40 +08:00
}