Added missing summeries #1
This commit is contained in:
parent
03d99ea28e
commit
8665b5b709
104 changed files with 1165 additions and 821 deletions
|
|
@ -1,5 +1,8 @@
|
|||
namespace SM.OGL.Framebuffer
|
||||
{
|
||||
/// <summary>
|
||||
/// A interface, so the framebuffer system can react to changes of windows.
|
||||
/// </summary>
|
||||
public interface IFramebufferWindow
|
||||
{
|
||||
int Width { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue