I also just noticed that the code pack as written only supports export interop, and not import interop. That is, you can get the internal pointer of a D3D11 object in the code pack to provide to something else, but you can't create a code pack object from an external pointer. (Yes, I made these terms up.) I don't think that this is an ...