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
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
@@ -29,7 +29,7 @@ pub mod cs2_dumper {
RENDER_PRIM_TYPE_COUNT = 0xD
}
// Alignment: 4
// Member count: 12
// Member count: 13
#[repr(u32)]
pub enum RenderBufferFlags_t {
RENDER_BUFFER_USAGE_NONE = 0x0,
@@ -43,7 +43,8 @@ pub mod 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