diff --git a/include/RED4ext/GpuApi/Buffer.hpp b/include/RED4ext/GpuApi/Buffer.hpp index 410286ed3..ce23274fa 100644 --- a/include/RED4ext/GpuApi/Buffer.hpp +++ b/include/RED4ext/GpuApi/Buffer.hpp @@ -11,17 +11,6 @@ namespace RED4ext { namespace GpuApi { -enum eBufferUsageType : uint8_t -{ - BUT_Default, - BUT_Immutable, - BUT_Readback, - BUT_Dynamic_Legacy, - BUT_Transient, - BUT_Mapped, - BUT_MAX -}; - struct SBufferData { uint32_t bufferSize; // 00 diff --git a/include/RED4ext/Scripting/Natives/Generated/ex/EntitySpawner.hpp b/include/RED4ext/Scripting/Natives/Generated/ex/EntitySpawner.hpp deleted file mode 100644 index c48336606..000000000 --- a/include/RED4ext/Scripting/Natives/Generated/ex/EntitySpawner.hpp +++ /dev/null @@ -1,26 +0,0 @@ -#pragma once - -// clang-format off - -// This file is generated from the Game's Reflection data - -#include -#include -#include - -namespace RED4ext -{ -namespace ex -{ -struct EntitySpawner : game::IGameSystem -{ - static constexpr const char* NAME = "exEntitySpawner"; - static constexpr const char* ALIAS = NAME; - -}; -RED4EXT_ASSERT_SIZE(EntitySpawner, 0x48); -} // namespace ex -using exEntitySpawner = ex::EntitySpawner; -} // namespace RED4ext - -// clang-format on