cs2-dumper/generated/rendersystemdx11.dll.hpp

29 lines
1020 B
C++
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
2024-01-23 14:18:20 +08:00
* Tue, 23 Jan 2024 06:17:17 +0000
2023-10-15 20:17:02 +08:00
*/
2023-10-03 00:00:52 +08:00
2023-10-17 10:06:23 +08:00
#pragma once
#include <cstddef>
2023-09-08 15:59:09 +08:00
namespace RenderInputLayoutField_t {
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_pSemanticName = 0x0; // uint8_t[32]
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nSemanticIndex = 0x20; // int32_t
constexpr std::ptrdiff_t m_Format = 0x24; // uint32_t
constexpr std::ptrdiff_t m_nOffset = 0x28; // int32_t
constexpr std::ptrdiff_t m_nSlot = 0x2C; // int32_t
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_nSlotType = 0x30; // RenderSlotType_t
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nInstanceStepRate = 0x34; // int32_t
2023-09-08 15:59:09 +08:00
}
namespace VsInputSignatureElement_t {
2023-10-01 12:43:48 +08:00
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]
2023-10-03 00:00:52 +08:00
constexpr std::ptrdiff_t m_nD3DSemanticIndex = 0xC0; // int32_t
2023-09-08 15:59:09 +08:00
}
namespace VsInputSignature_t {
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_elems = 0x0; // CUtlVector<VsInputSignatureElement_t>
2023-09-08 21:13:40 +08:00
}