You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux x64, Linux arm64, Linux arm32, macOS x64, macOS arm64, Windows x64, Windows x86, Windows arm64
JDK
OpenJDK 17
Module
Nuklear
Bug description
The nk_font_atlas_bake doesn't handle format NK_FONT_ATLAS_RGBA32 properly. On a NK_FONT_ATLAS_ALPHA8 output, the byte buffer is exactly width * height, but on NK_FONT_ATLAS_RGBA32 output it should be width * height * 4. The current implementation works only for the ALPHA8 format:
Version
3.3.2
Platform
Linux x64, Linux arm64, Linux arm32, macOS x64, macOS arm64, Windows x64, Windows x86, Windows arm64
JDK
OpenJDK 17
Module
Nuklear
Bug description
The
nk_font_atlas_bake
doesn't handle formatNK_FONT_ATLAS_RGBA32
properly. On aNK_FONT_ATLAS_ALPHA8
output, the byte buffer is exactlywidth * height
, but onNK_FONT_ATLAS_RGBA32
output it should bewidth * height * 4
. The current implementation works only for theALPHA8
format:Stacktrace or crash log output
No response
The text was updated successfully, but these errors were encountered: