Makie.jl
Makie.jl copied to clipboard
Screens sometimes blank
I'm on an M1 Max mac.
I'm getting an error sometimes, paired with blank screens. It seems to happen if I open a script all at once that loads multiple screens using the following pattern in my functions.
f = Figure(;kwargs...);
newscreen = GLMakie.Screen()
display(newscreen, f)
It seems to not happen, or at least infrequently when calling the functions separately that hold this pattern.
I get the following error:
UNSUPPORTED (log once): POSSIBLE ISSUE: unit 0 GLD_TEXTURE_INDEX_2D is unloadable and bound to sampler type (Float) - using zero texture because texture unloadable