mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 18:07:57 -05:00
General: address feedback
This commit is contained in:
@ -195,7 +195,7 @@ public:
|
||||
BitField<24, 2, u32> num_dst_components_minus_one;
|
||||
};
|
||||
|
||||
Swizzle GetComponent(size_t i) {
|
||||
Swizzle GetComponent(size_t i) const {
|
||||
const u32 raw = dst_components_raw;
|
||||
return static_cast<Swizzle>((raw >> (i * 3)) & 0x7);
|
||||
}
|
||||
|
Reference in New Issue
Block a user