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

Raylib 6.0 bugs after tests (#338)

* Sync of all the shaders from upstream + LoadFontData did not match anymore with C and crashed on MacOS

* Updated JuliaSet demo. Did not work with the new shader version.

* Removed unused `pause` variable from JuliaSet example.

---------

Co-authored-by: Meatcorps <info@meatcorps.nl>
This commit is contained in:
Dennis Steffen 2026-05-24 15:43:17 +02:00 committed by GitHub
commit 8daf812930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
83 changed files with 823 additions and 815 deletions

View file

@ -2582,9 +2582,10 @@ public static unsafe partial class Raylib
byte* fileData,
int dataSize,
int fontSize,
int* fontChars,
int glyphCount,
FontType type
int* codepoints,
int codepointsCount,
FontType type,
int* glyphCount
);
/// <summary>Generate image font atlas using chars info</summary>