VertexLoaderX64: support VAT.ByteDequant=0

This commit is contained in:
Tillmann Karras
2015-01-20 02:12:03 +01:00
parent 46ab5d63d6
commit 1dcf49237b
5 changed files with 11 additions and 12 deletions

View File

@ -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();
};