コード例 #1
0
ファイル: CDraw.cs プロジェクト: da-ka/Vocaluxe
 /// <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());
 }