Skip to content

Commit

Permalink
Remove accidental file & manual eBufferUsageType implement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozz3d committed Jan 24, 2025
1 parent bf101ce commit 9262417
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
11 changes: 0 additions & 11 deletions include/RED4ext/GpuApi/Buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 0 additions & 26 deletions include/RED4ext/Scripting/Natives/Generated/ex/EntitySpawner.hpp

This file was deleted.

0 comments on commit 9262417

Please sign in to comment.