Underlying Native Interfaces

Is there any chance we can get a IntPtr to the underlying native interfaces, like device, textures, etc?
[104 byte] By [EvilOneSD] at [2008-2-15]
# 1
On Windows, probably, on the 360, probably not.
JimPerry at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 2

Not really. On Xbox 360, the native GPU resources are not even exposed into the managed space for security and performance reasons. On Windows, we do not expose the internal COM interface references.

Paul

PaulBleisch at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...