1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-04 21:34:41 +00:00

Improvements to shader API; use handles instead of raw pointers.

This commit is contained in:
fgenesis 2013-06-15 04:11:11 +02:00
commit 6962a3e3ab
5 changed files with 145 additions and 67 deletions

View file

@ -131,7 +131,6 @@ end:
Shader::Shader()
{
addType(SCO_SHADER);
numUniforms = -1;
uniformsDirty = false;