mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
VertexLoaderX64: support VAT.ByteDequant=0
This commit is contained in:
parent
46ab5d63d6
commit
1dcf49237b
5 changed files with 11 additions and 12 deletions
|
@ -16,7 +16,7 @@ private:
|
|||
u32 m_dst_ofs = 0;
|
||||
Gen::FixupBranch m_skip_vertex;
|
||||
Gen::OpArg GetVertexAddr(int array, u64 attribute);
|
||||
int ReadVertex(Gen::OpArg data, u64 attribute, int format, int count_in, int count_out, u8 scaling_exponent, AttributeFormat* native_format);
|
||||
int ReadVertex(Gen::OpArg data, u64 attribute, int format, int count_in, int count_out, bool dequantize, u8 scaling_exponent, AttributeFormat* native_format);
|
||||
void ReadColor(Gen::OpArg data, u64 attribute, int format);
|
||||
void GenerateVertexLoader();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue