summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWBoundingBox.cpp
AgeCommit message (Collapse)Author
2023-12-09VideoCommon: Use std::span for BoundingBox::Write()Lioncash
Crosses off a lingering TODO. Also amends a few nearby cases where a u32 cast was being repromoted to size_t.
2021-10-04VideoCommon: Abstract bounding boxTechjar
This moves much of the duplicated bounding box code into VideoCommon, leaving only the specific buffer implementations in each backend.