Update XmlDoc comments
This commit is contained in:
parent
5014ebbfe0
commit
de6caec6f1
8 changed files with 67 additions and 63 deletions
|
|
@ -3,8 +3,10 @@ using System.Runtime.InteropServices;
|
|||
|
||||
namespace Raylib_cs
|
||||
{
|
||||
/// <summary>Pixel formats
|
||||
/// NOTE: Support depends on OpenGL version and platform</summary>
|
||||
/// <summary>
|
||||
/// Pixel formats<br/>
|
||||
/// NOTE: Support depends on OpenGL version and platform
|
||||
/// </summary>
|
||||
public enum PixelFormat
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue