Watch
2
0
Fork
You've already forked raylib-cs
0

More XmlDoc comments

This commit is contained in:
Rgebee 2021-11-11 12:00:42 +00:00
commit f9e39d3226
8 changed files with 63 additions and 27 deletions

View file

@ -40,7 +40,9 @@ namespace Raylib_cs
TEXTURE_FILTER_ANISOTROPIC_16X,
}
/// <summary>Texture parameters: wrap mode</summary>
/// <summary>
/// Texture parameters: wrap mode
/// </summary>
public enum TextureWrap
{
/// <summary>
@ -64,7 +66,9 @@ namespace Raylib_cs
TEXTURE_WRAP_MIRROR_CLAMP
}
/// <summary>Cubemap layouts</summary>
/// <summary>
/// Cubemap layouts
/// </summary>
public enum CubemapLayout
{
/// <summary>
@ -99,7 +103,7 @@ namespace Raylib_cs
}
/// <summary>
/// Texture2D type<br />
/// Texture2D type<br/>
/// NOTE: Data stored in GPU memory
/// </summary>
[StructLayout(LayoutKind.Sequential)]