mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
rsx: Relocatable transform constants
This commit is contained in:
parent
e650d11b30
commit
9a2d4fe46b
23 changed files with 222 additions and 67 deletions
|
|
@ -63,6 +63,8 @@ struct VertexProgramDecompiler
|
|||
const RSXVertexProgram& m_prog;
|
||||
ParamArray m_parr;
|
||||
|
||||
std::vector<u16> m_constant_ids;
|
||||
|
||||
static std::string NotZeroPositive(const std::string& code);
|
||||
std::string GetMask(bool is_sca) const;
|
||||
std::string GetVecMask();
|
||||
|
|
@ -131,6 +133,7 @@ public:
|
|||
struct
|
||||
{
|
||||
bool has_lit_op = false;
|
||||
bool has_indexed_constants = false;
|
||||
}
|
||||
properties;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue