fpopov thanks

This commit is contained in:
bird_egop
2026-05-09 20:36:43 +03:00
parent d73a6dde70
commit eb458ad9a8
43 changed files with 1562 additions and 1233 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ namespace NResUI
public static float? MaxAniso;
private readonly GL _gl;
public readonly string Name;
public readonly string Name = string.Empty;
public readonly uint GlTexture;
public readonly uint Width, Height;
public readonly uint MipmapLevels;
@@ -152,4 +152,4 @@ namespace NResUI
_gl.DeleteTexture(GlTexture);
}
}
}
}