Added Summeries
This commit is contained in:
parent
71a22df8bd
commit
8296d9b8a9
47 changed files with 812 additions and 177 deletions
|
|
@ -5,7 +5,13 @@
|
|||
/// </summary>
|
||||
public interface IFramebufferWindow
|
||||
{
|
||||
/// <summary>
|
||||
/// The width of the window.
|
||||
/// </summary>
|
||||
int Width { get; }
|
||||
/// <summary>
|
||||
/// The height of the window.
|
||||
/// </summary>
|
||||
int Height { get; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue