Added Summeries
This commit is contained in:
parent
71a22df8bd
commit
8296d9b8a9
47 changed files with 812 additions and 177 deletions
|
|
@ -49,6 +49,11 @@ namespace SM.OGL.Mesh
|
|||
Add(new MeshAttribute(id, name, vbo));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Checks if the attribute list has the attribute name.
|
||||
/// </summary>
|
||||
/// <param name="name"></param>
|
||||
/// <returns></returns>
|
||||
public bool Has(string name)
|
||||
{
|
||||
VBO attribute = this[name];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue