Fix grammar in generated comments

This commit is contained in:
a2x
2024-08-09 17:38:14 +10:00
parent efa25951be
commit b8e44a0ca6
64 changed files with 38475 additions and 38475 deletions

View File

@@ -1,13 +1,13 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-08-08 22:44:32.016601800 UTC
// 2024-08-09 07:37:31.728976200 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: rendersystemdx11.dll
// Classes count: 3
// Enums count: 5
// Class count: 3
// Enum count: 5
pub mod rendersystemdx11_dll {
// Alignment: 4
// Member count: 13
@@ -78,10 +78,10 @@ pub mod cs2_dumper {
// Parent: None
// Field count: 4
pub mod VsInputSignatureElement_t {
pub const m_pName: usize = 0x0; //
pub const m_pSemantic: usize = 0x40; //
pub const m_pD3DSemanticName: usize = 0x80; //
pub const m_nD3DSemanticIndex: usize = 0xC0; //
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
}
// 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; //
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; //
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
}
}
}