@@ -24,5 +24,5 @@ void main()
{
// Couleur du pixel
- out_Color = texture(texture, coordTexture);
+ out_Color = texture2D(texture, coordTexture);
}