* Replace gsl::span for std::span (c++20) * Replace gsl::byte with std::byte Co-authored-by: Bevan Weiss <bevan.weiss@gmail.com>
- Transfer writes are expected to clobber surface cache contents. Do NOT reload from CPU memory for writes. - TODO: During transfer write to surface cache objects, lock memory if it was unlocked to avoid silly problems.