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

Fixed names in Rlgl (#182)

This commit is contained in:
MrScautHD 2023-08-05 20:21:41 +02:00 committed by GitHub
commit d9202ba262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 361 additions and 362 deletions

View file

@ -36,7 +36,7 @@ namespace Raylib_cs.Tests
{ {
public static bool IsBlittable<T>() public static bool IsBlittable<T>()
{ {
return IsBlittableCache<T>.Value; return IsBlittableCache<T>.VALUE;
} }
public static bool IsBlittable(this Type type) public static bool IsBlittable(this Type type)
@ -64,7 +64,7 @@ namespace Raylib_cs.Tests
private static class IsBlittableCache<T> private static class IsBlittableCache<T>
{ {
public static readonly bool Value = IsBlittable(typeof(T)); public static readonly bool VALUE = IsBlittable(typeof(T));
} }
} }
} }

File diff suppressed because it is too large Load diff