Skip to content

Commit 4a32526

Browse files
authored
Update XenosRecomp and shared constants to fix D3D12 (#82)
1 parent 51512e2 commit 4a32526

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MarathonRecomp/gpu/video.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ struct SharedConstants
217217
uint32_t swappedBlendWeights{};
218218
float halfPixelOffsetX{};
219219
float halfPixelOffsetY{};
220-
float alphaThreshold{};
221-
bool clipPlaneEnabled{};
222220
float clipPlane[4]{};
221+
bool clipPlaneEnabled{};
222+
float alphaThreshold{};
223223
};
224224

225225
// Depth bias values here are only used when the render device has

tools/XenosRecomp

0 commit comments

Comments
 (0)