Fix interpolation bug in the affine texturing block
This commit is contained in:
parent
91d180bec6
commit
8bd92a2c48
3 changed files with 48 additions and 22 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue