RadeonRaysContext implements the IDeviceContext interface. It uses the RadeonRays SDK for intersection testing and the OpenCL 1.2 API for compute.
| RadeonRaysContext | Constructor. |
| CreateBuffer | Create a new buffer of a given size. |
| DestroyBuffer | Destroy the buffer with the given ID. |
| Dispose | Dispose. |
| Flush | Flush the device context. |
| Initialize | Initialize the device context. |
| IsCompleted | Returns true if the asynchronous operation completed. |
| ReadBuffer | Read contents of a buffer from the context. |
| Wait | Wait for an asynchronous event. |
| WriteBuffer | Write data into the memory buffer allocated by the context. |