namespace SM.OGL.Framebuffer { public interface IFramebufferWindow { int Width { get; } int Height { get; } } }