Ejemplo n.º 1
0
 /// <summary>
 ///     Returns the number of textures in the VRAM (textures might get reused so this might not be the actual number of textures in use)
 /// </summary>
 /// <returns></returns>
 public static int TextureCount()
 {
     return(_Draw.GetTextureCount());
 }