forked from eden-emu/eden
shader: Add physical attributes commentaries
This commit is contained in:
parent
7680b96e1a
commit
d6193e2e36
4 changed files with 8 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue