rsx: use fragment_textures_count (#1948)

* rsx:  use fragment_textures_count

* Typo: unknow -> unknown
This commit is contained in:
raven02 2016-07-19 22:50:40 +08:00 committed by GitHub
parent ceb4cb59ac
commit e1ff3f4674
17 changed files with 60 additions and 60 deletions

View file

@ -72,7 +72,7 @@ u8 rsx::internals::get_pixel_size(rsx::surface_depth_format format)
case rsx::surface_depth_format::z16: return 2;
case rsx::surface_depth_format::z24s8: return 4;
}
throw EXCEPTION("Unknow depth format");
throw EXCEPTION("Unknown depth format");
}