Texture Bug
Archives Forums/Blitz3D Bug Reports/Texture Bug| 
 | ||
| I Cannot figure out why this gives me a MAV,  It seems something is wrong with the Texture buffer or something. The "Improved Perlin Lib.bb" can be found here. http://www.blitzbasic.com/codearcs/codearcs.php?code=2706 | 
| 
 | ||
| Well fixed if I change ;Create an Image Image = CreateTexture(size,size) to ;Create an Image Image = CreateTexture(size,size,257) | 
| 
 | ||
| Works fine here. That's with XP, an old 7300GS and a driver that hasn't been updated in ages. | 
| 
 | ||
| The posted fix causes a MAV with my setup. If I remove the flags it seems to work fine. Win XP with ATI Radeon 4850, Blitz3d Version 1.104 | 
| 
 | ||
| hmm. must be my crappy off brand laptop video card |