Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MarathonRecomp/gpu/video.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ struct SharedConstants
uint32_t swappedBlendWeights{};
float halfPixelOffsetX{};
float halfPixelOffsetY{};
float alphaThreshold{};
bool clipPlaneEnabled{};
float clipPlane[4]{};
bool clipPlaneEnabled{};
float alphaThreshold{};
};

// Depth bias values here are only used when the render device has
Expand Down
2 changes: 1 addition & 1 deletion tools/XenosRecomp
Loading