SoundBuffer, SoundListener, SoundManager, SoundSource, Correction d'un shader qui portait pas très bien son nom.

This commit is contained in:
Antoine
2021-05-29 00:36:33 +02:00
parent bd2a338370
commit 17ca8eedb7
9 changed files with 270 additions and 36 deletions

View File

@ -15,7 +15,7 @@ public class Shader {
//Identifiant du programme resultat de la compilation des shaders
private final int ID;
private Map<String, Integer> locationCache = new HashMap<String, Integer>();
private final Map<String, Integer> locationCache = new HashMap<String, Integer>();
/*
Crée le fragment et le vertex shader les lie dans un programme dont il renvoie l'identifiant.