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

Fix IsGestureDetected and formatting

This commit is contained in:
2021-12-11 12:15:51 +00:00
parent 71f57503f9
commit dc5335038a
6 changed files with 24 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ namespace Raylib_cs
public const int RL_TEXTURE_WRAP_CLAMP = 0x812F;
public const int RL_TEXTURE_WRAP_MIRROR_REPEAT = 0x8370;
public const int RL_TEXTURE_WRAP_MIRROR_CLAMP = 0x8742;
// GL equivalent data types
public const int RL_UNSIGNED_BYTE = 0x1401;
@@ -737,7 +737,7 @@ namespace Raylib_cs
/// </summary>
QUADS = 0x0007
}
/// <summary>
/// Texture parameters (equivalent to OpenGL defines)
/// </summary>