fix: new HashBucket (UtlTsHash) offsets and new update

This commit is contained in:
Liam
2025-10-14 20:00:35 -04:00
parent d2a53d344e
commit 56e96628d5
81 changed files with 24759 additions and 25707 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-10-04 12:39:31.642108200 UTC
// 2025-10-14 23:58:25.486779500 UTC
#pragma once
@@ -30,7 +30,7 @@ namespace cs2_dumper {
RENDER_PRIM_TYPE_COUNT = 0xD
};
// Alignment: 4
// Member count: 12
// Member count: 13
enum class RenderBufferFlags_t : uint32_t {
RENDER_BUFFER_USAGE_NONE = 0x0,
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
@@ -43,7 +43,8 @@ namespace cs2_dumper {
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400,
RENDER_BUFFER_POOL_ALLOCATED = 0x800,
RENDER_BUFFER_USAGE_CONDITIONAL_RENDERING = 0x1000
RENDER_BUFFER_USAGE_CONDITIONAL_RENDERING = 0x1000,
RENDER_BUFFER_IMMOVABLE_ALLOCATION = 0x2000
};
// Alignment: 1
// Member count: 3