Fix interpolation bug in the affine texturing block

This commit is contained in:
Magnus Norddahl 2016-11-23 22:55:24 +01:00
commit 8bd92a2c48
3 changed files with 48 additions and 22 deletions

View file

@ -127,7 +127,7 @@ LLVMDrawers *LLVMDrawers::Instance()
LLVMDrawersImpl::LLVMDrawersImpl()
{
int version = 5; // Increment this number if the drawer codegen is modified (forces recreation of the module).
int version = 6; // Increment this number if the drawer codegen is modified (forces recreation of the module).
std::string targetCPU = mProgram.GetTargetCPU();
bool loaded = mProgram.LoadCachedModule(version, targetCPU);
if (!loaded)