cs2-dumper/generated/rendersystemdx11.dll.cs
Janek ac4064c740 📦 Game Update 13983
Okay, not actually a game update. But the offset files now have the build number, which is very cool indeed.
2023-12-30 04:18:05 +01:00

25 lines
932 B
C#

/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 30 Dec 2023 03:17:25 +0000
*/
public static class RenderInputLayoutField_t {
public const nint m_pSemanticName = 0x0; // uint8_t[32]
public const nint m_nSemanticIndex = 0x20; // int32_t
public const nint m_Format = 0x24; // uint32_t
public const nint m_nOffset = 0x28; // int32_t
public const nint m_nSlot = 0x2C; // int32_t
public const nint m_nSlotType = 0x30; // RenderSlotType_t
public const nint m_nInstanceStepRate = 0x34; // int32_t
}
public static class VsInputSignatureElement_t {
public const nint m_pName = 0x0; // char[64]
public const nint m_pSemantic = 0x40; // char[64]
public const nint m_pD3DSemanticName = 0x80; // char[64]
public const nint m_nD3DSemanticIndex = 0xC0; // int32_t
}
public static class VsInputSignature_t {
public const nint m_elems = 0x0; // CUtlVector<VsInputSignatureElement_t>
}