RSX texture refactor (#2144)

This commit is contained in:
raven02 2016-09-19 09:25:49 +08:00 committed by GitHub
parent 530ea688e4
commit 77f8ce503d
12 changed files with 62 additions and 62 deletions

View file

@ -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())
{