mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-28 22:00:04 +08:00
fix: new HashBucket (UtlTsHash) offsets and new update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user