Does anyone know how I would be able to achieve this? I'd rather not have to require that the user of my importer/processor must pass the handle after calling Content.Load<>()
Thanks for your help.
Aimee
Edited by AmzBee, 06 May 2012 - 05:00 PM.
Posted 06 May 2012 - 04:59 PM
Edited by AmzBee, 06 May 2012 - 05:00 PM.
Posted 17 May 2012 - 11:51 PM
IGraphicsDeviceService obj = content.ServiceProvider.GetService(typeof(IGraphicsDeviceService)) as IGraphicsDeviceService; GraphicsDevice device = obj.GraphicsDevice;
Edited by AmzBee, 17 May 2012 - 11:56 PM.