mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 03:28:06 -05:00
shader: Add physical attributes commentaries
This commit is contained in:
@ -895,6 +895,8 @@ private:
|
||||
target = GetRegister(gpr->GetIndex());
|
||||
|
||||
} else if (const auto abuf = std::get_if<AbufNode>(dest)) {
|
||||
UNIMPLEMENTED_IF(abuf->IsPhysicalBuffer());
|
||||
|
||||
target = [&]() -> std::string {
|
||||
switch (const auto attribute = abuf->GetIndex(); abuf->GetIndex()) {
|
||||
case Attribute::Index::Position:
|
||||
|
Reference in New Issue
Block a user