mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 10:02:25 -07: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