mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Fix grammar in generated comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-08-08 22:44:32.016601800 UTC
|
||||
// 2024-08-09 07:37:31.728976200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
// Classes count: 3
|
||||
// Enums count: 5
|
||||
// Class count: 3
|
||||
// Enum count: 5
|
||||
namespace rendersystemdx11_dll {
|
||||
// Alignment: 4
|
||||
// Member count: 13
|
||||
@@ -75,10 +75,10 @@ namespace cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 4
|
||||
namespace VsInputSignatureElement_t {
|
||||
constexpr std::ptrdiff_t m_pName = 0x0; //
|
||||
constexpr std::ptrdiff_t m_pSemantic = 0x40; //
|
||||
constexpr std::ptrdiff_t m_pD3DSemanticName = 0x80; //
|
||||
constexpr std::ptrdiff_t m_nD3DSemanticIndex = 0xC0; //
|
||||
constexpr std::ptrdiff_t m_pName = 0x0; // char[64]
|
||||
constexpr std::ptrdiff_t m_pSemantic = 0x40; // char[64]
|
||||
constexpr std::ptrdiff_t m_pD3DSemanticName = 0x80; // char[64]
|
||||
constexpr std::ptrdiff_t m_nD3DSemanticIndex = 0xC0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
@@ -88,13 +88,13 @@ namespace cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 7
|
||||
namespace RenderInputLayoutField_t {
|
||||
constexpr std::ptrdiff_t m_pSemanticName = 0x0; //
|
||||
constexpr std::ptrdiff_t m_nSemanticIndex = 0x20; //
|
||||
constexpr std::ptrdiff_t m_Format = 0x24; //
|
||||
constexpr std::ptrdiff_t m_nOffset = 0x28; //
|
||||
constexpr std::ptrdiff_t m_nSlot = 0x2C; //
|
||||
constexpr std::ptrdiff_t m_nSlotType = 0x30; //
|
||||
constexpr std::ptrdiff_t m_nInstanceStepRate = 0x34; //
|
||||
constexpr std::ptrdiff_t m_pSemanticName = 0x0; // uint8[32]
|
||||
constexpr std::ptrdiff_t m_nSemanticIndex = 0x20; // int32
|
||||
constexpr std::ptrdiff_t m_Format = 0x24; // uint32
|
||||
constexpr std::ptrdiff_t m_nOffset = 0x28; // int32
|
||||
constexpr std::ptrdiff_t m_nSlot = 0x2C; // int32
|
||||
constexpr std::ptrdiff_t m_nSlotType = 0x30; // RenderSlotType_t
|
||||
constexpr std::ptrdiff_t m_nInstanceStepRate = 0x34; // int32
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user