What is Nostr?
Florian Xaver /
npub15vp…8k3y
2024-03-11 06:51:23
in reply to nevent1q…q072

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

npub1w5z27503latnjqrh3r8y7cuyqva6ljjux4fcmd29x5hxfvfkd6lq88rl8t (npub1w5z…rl8t) 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