Exemplo n.º 1
0
 internal static void GlObjectDestroyed(DisposableObjectBase bytes)
 {
     objects.Remove(bytes);
 }
Exemplo n.º 2
0
 internal static void GlObjectCreated(DisposableObjectBase bytes)
 {
     TotalGLObjectsCreated++;
     objects.Add(bytes);
 }