Remove generated files from root directory

This commit is contained in:
a2x
2025-02-07 13:32:35 +10:00
parent 5117d5a09b
commit 86304e3ebc
144 changed files with 168 additions and 169486 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-02-04 01:41:17.126927400 UTC
// 2025-02-07 03:30:27.112539300 UTC
namespace CS2Dumper.Schemas {
// Module: rendersystemdx11.dll
@@ -43,7 +43,7 @@ namespace CS2Dumper.Schemas {
// Alignment: 1
// Member count: 8
public enum RenderMultisampleType_t : byte {
RENDER_MULTISAMPLE_INVALID = 0xFFFFFFFFFFFFFFFF,
RENDER_MULTISAMPLE_INVALID = unchecked((byte)-1),
RENDER_MULTISAMPLE_NONE = 0x0,
RENDER_MULTISAMPLE_2X = 0x1,
RENDER_MULTISAMPLE_4X = 0x2,
@@ -63,7 +63,7 @@ namespace CS2Dumper.Schemas {
// Alignment: 4
// Member count: 3
public enum RenderSlotType_t : uint {
RENDER_SLOT_INVALID = 0xFFFFFFFFFFFFFFFF,
RENDER_SLOT_INVALID = unchecked((uint)-1),
RENDER_SLOT_PER_VERTEX = 0x0,
RENDER_SLOT_PER_INSTANCE = 0x1
}