cs2-dumper/generated/rendersystemdx11.dll.cs

25 lines
932 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
2023-12-12 07:22:04 +08:00
* Mon, 11 Dec 2023 23:16:31 +0000
2023-10-15 20:17:02 +08:00
*/
2023-10-03 00:00:52 +08:00
2023-09-08 21:13:40 +08:00
public static class RenderInputLayoutField_t {
2023-10-03 08:29:17 +08:00
public const nint m_pSemanticName = 0x0; // uint8_t[32]
2023-10-03 00:00:52 +08:00
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
2023-10-01 12:43:48 +08:00
public const nint m_nSlotType = 0x30; // RenderSlotType_t
2023-10-03 00:00:52 +08:00
public const nint m_nInstanceStepRate = 0x34; // int32_t
2023-09-08 21:13:40 +08:00
}
public static class VsInputSignatureElement_t {
2023-10-01 12:43:48 +08:00
public const nint m_pName = 0x0; // char[64]
public const nint m_pSemantic = 0x40; // char[64]
public const nint m_pD3DSemanticName = 0x80; // char[64]
2023-10-03 00:00:52 +08:00
public const nint m_nD3DSemanticIndex = 0xC0; // int32_t
2023-09-08 21:13:40 +08:00
}
public static class VsInputSignature_t {
2023-10-03 08:29:17 +08:00
public const nint m_elems = 0x0; // CUtlVector<VsInputSignatureElement_t>
2023-09-08 21:13:40 +08:00
}