Code : Tout sélectionner
CreateTexture(1,2,2)
StartDrawing(TextureOutput(1))
Plot(0,0,$FFFFFF)
Plot(0,1,$FF)
Plot(1,0,$FF00)
Plot(1,1,$FF0000)
StopDrawing()
CreateMaterial(1, TextureID(1))
Si je commente les lignes avec plot(), le code ne plante plus.