mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 17:05:08 +00:00
rsx: Rework texture coordinate handling to support clamping and a more sane scale-bias setup
This commit is contained in:
parent
66cb855db0
commit
d77a78cdf1
17 changed files with 239 additions and 99 deletions
|
|
@ -288,6 +288,10 @@ public:
|
|||
bool has_pkg = false;
|
||||
bool has_upg = false;
|
||||
bool has_dynamic_register_load = false;
|
||||
|
||||
bool has_tex1D = false;
|
||||
bool has_tex2D = false;
|
||||
bool has_tex3D = false;
|
||||
}
|
||||
properties;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue