2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

More XmlDoc comments

This commit is contained in:
2021-11-11 12:00:42 +00:00
parent 88c14c6350
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)]