mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
RSX texture refactor (#2144)
This commit is contained in:
parent
530ea688e4
commit
77f8ce503d
12 changed files with 62 additions and 62 deletions
|
@ -433,7 +433,7 @@ namespace rsx
|
|||
return false;
|
||||
}
|
||||
|
||||
void texture::init(int index, rsx::texture& tex)
|
||||
void texture::init(int index, rsx::fragment_texture& tex)
|
||||
{
|
||||
switch (tex.dimension())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue