Why Nostr? What is Njump?
2024-03-11 06:51:23
in reply to

Florian Xaver on Nostr: npub1w5z27…8rl8t please tell, if you don't want some comments regarding code... ...

please tell, if you don't want some comments regarding code...
Casts like
return (SharedSurface_EGLImage*)surf;
are C and error prone. Better use the C++ versions: dynamic_cast (at this point?) or static_cast. With this you can always be sure that the correct type of casting is performed.
Author Public Key
npub15vpp8azctmz068rgel4ns228k38jjzhe5zznss4yj7m7tmezgt5sk48k3y