mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
rsx/overlays: Introduce 'native' HUD UI and implement some common dialogs (#4011)
This commit is contained in:
parent
34c49c77b2
commit
71f69d1d48
56 changed files with 3682 additions and 213 deletions
|
@ -557,4 +557,9 @@ namespace gl
|
|||
fmt::throw_exception("unknown primitive type" HERE);
|
||||
}
|
||||
}
|
||||
|
||||
attrib_t vao::operator[](u32 index) const noexcept
|
||||
{
|
||||
return attrib_t(index);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue