mirror of
https://github.com/xenia-project/xenia.git
synced 2026-07-11 01:24:34 +02:00
[GPU] XeResolveLocalXAddressXor comment typo correction
This commit is contained in:
@@ -194,8 +194,8 @@ uint XeResolveEdramPixelStrideInts(XeResolveInfo resolve_info) {
|
||||
}
|
||||
|
||||
// XOR to apply to the byte address to flip the bits corresponding to the
|
||||
// given X coordinate bits the macro tile width, or with resolution scaling,
|
||||
// within XeniaTextureResolutionScaledGroupElements.x.
|
||||
// given X coordinate bits within the macro tile width, or with resolution
|
||||
// scaling, within XeniaTextureResolutionScaledGroupElements.x.
|
||||
uint XeResolveLocalXAddressXor(const uint x,
|
||||
const uint bytes_per_element_log2) {
|
||||
#ifdef XE_RESOLVE_RESOLUTION_SCALED
|
||||
|
||||
Reference in New Issue
Block a user