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
Changing the Texture type signature to "{unsigned int; int; int; int}" (missing last int) fails to open file and returns an array with nonsense data, but does not segmentation fault.
The text was updated successfully, but these errors were encountered:
I was trying to implement textures for Rayua, but I'm having trouble with the first
Reproduction steps:
feature/more-functions
branch from https://github.com/ekgame/rayua/tree/feature/more-functionsuiua run examples/textures.ua
The issue seems to be related to the return type:
Changing the
Texture
type signature to"{unsigned int; int; int; int}"
(missing lastint
) fails to open file and returns an array with nonsense data, but does not segmentation fault.The text was updated successfully, but these errors were encountered: