Skip to content

Commit

Permalink
Fix naming in Render
Browse files Browse the repository at this point in the history
  • Loading branch information
WSSDude committed Feb 2, 2025
1 parent 4c6dc7b commit 0f751c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RED4ext/Api/v1/Render.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ struct Render
* being used. Failing to do so may leak resources or cause premature removal of memory which is actively in use by
* the GPU!
*/
bool (*OnBeforeResizeBuffers)(uint32_t aRenderWidth, uint32_t aRenderHeight, int32_t aMonitorIndex,
bool (*OnBeforeResizeBackbuffer)(uint32_t aRenderWidth, uint32_t aRenderHeight, int32_t aMonitorIndex,
RED4ext::GpuApi::EHdrMode aHdrMode, GpuApi::SSwapChainData& aSwapChainData);

/**
Expand All @@ -94,7 +94,7 @@ struct Render
* being used. Failing to do so may leak resources or cause premature removal of memory which is actively in use by
* the GPU!
*/
bool (*OnAfterResizeBuffers)(uint32_t aRenderWidth, uint32_t aRenderHeight, int32_t aMonitorIndex,
bool (*OnAfterResizeBackbuffer)(uint32_t aRenderWidth, uint32_t aRenderHeight, int32_t aMonitorIndex,
RED4ext::GpuApi::EHdrMode aHdrMode, GpuApi::SSwapChainData& aSwapChainData);

/**
Expand Down

0 comments on commit 0f751c5

Please sign in to comment.