.
This commit is contained in:
12
Engine/Renderer/Pixel/IPixel.cs
Normal file
12
Engine/Renderer/Pixel/IPixel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using OpenTK.Graphics.OpenGL;
|
||||
|
||||
namespace Engine.Renderer.Pixel;
|
||||
|
||||
public interface IPixel
|
||||
{
|
||||
public PixelFormat Format { get; }
|
||||
public PixelType Type { get; }
|
||||
|
||||
public PixelInternalFormat InternalFormat { get; }
|
||||
public SizedInternalFormat SizedInternalFormat { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user