Texture Bug

Archives Forums/Blitz3D Bug Reports/Texture Bug

MusicianKool(Posted 2010) [#1]
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




MusicianKool(Posted 2010) [#2]
Well fixed if I change

;Create an Image
Image = CreateTexture(size,size)



to



;Create an Image
Image = CreateTexture(size,size,257)




Floyd(Posted 2010) [#3]
Works fine here. That's with XP, an old 7300GS and a driver that hasn't been updated in ages.


lo-tekk(Posted 2010) [#4]
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


MusicianKool(Posted 2010) [#5]
hmm. must be my crappy off brand laptop video card