reformat
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user