Open
Description
I'm currently on the latest commit, trying to create a MTLAllocation
from a MTLHeap
can I can't figure it out.
Technically a ProtocolObject<dyn MTLHeap>
, I seem to hit this problem every so often and need increasingly arcane methods of casting these down. Similar for Retained
objects. Both would be extremely welcome to have a cast
function that would convert from U to T where U:T.