This commit is contained in:
2025-01-07 00:48:37 +03:00
parent 2061eb9347
commit 0df34ef0ec
97 changed files with 866 additions and 764 deletions

View File

@@ -1,12 +1,10 @@
using Engine.Asset;
using Engine.Graphics.Pixel;
using OpenTK.Mathematics;
namespace Engine.Graphics.Texture;
public interface IConstTexture
{
public Vector2i Size { get; }
public int Width { get; }
public int Height { get; }