Krystian
09/24/2023, 8:44 PMCAMetalLayer
out of SDL's internal function that returns it. But in CInterop it returns an COpaquePointer
. The SDL function is SDL_RenderGetMetalLayer
I've tried with reinterpret
but it kept giving errors. How can I convert the returned COpaquePointer
to be just CAMetalLayer
that the function should return?