Skip to content

Commit

Permalink
fix rendererdata
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Oct 19, 2023
1 parent 872e64d commit dda0de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RE/R/Renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ namespace RE
DirectX::DXGI_MODE_SCALING scaleMode; // 0014
DirectX::DXGI_MODE_SCANLINE_ORDER scanlineOrdering; // 0018
std::uint32_t isNotWindowed; // 001C
bool appFullScreen; // 0020
bool fullScreen; // 0020
bool borderlessDisplay; // 0021
bool readOnlyDepth; // 0022
bool instantiated; // 0023
bool requestedWindowSizeChange; // 0024
std::uint32_t newWidth; // 0028
std::uint32_t newHeight; // 002C
std::uint32_t presentInterval; // 0034
std::uint32_t presentInterval; // 0030
ID3D11Device* forwarder; // 0038
ID3D11DeviceContext* context; // 0040
RendererWindow renderWindows[32]; // 0048
Expand Down

0 comments on commit dda0de8

Please sign in to comment.