Added missing summeries #1
This commit is contained in:
parent
03d99ea28e
commit
8665b5b709
104 changed files with 1165 additions and 821 deletions
|
|
@ -51,6 +51,12 @@ namespace SM.OGL.Shaders
|
|||
Fragment = new []{fragment};
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates a collection with arrays of shader files.
|
||||
/// </summary>
|
||||
/// <param name="vertex"></param>
|
||||
/// <param name="fragment"></param>
|
||||
/// <param name="geometry"></param>
|
||||
public ShaderFileCollection(ShaderFile[] vertex, ShaderFile[] fragment, ShaderFile[] geometry = default)
|
||||
{
|
||||
Vertex = vertex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue